From 08e83a62b7a3b12d459b2e025661e60024b10ca7 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 22 Jan 2014 21:43:08 -0600 Subject: Fix #11655: Fix broken disabled states for iOS form controls and buttons --- dist/css/bootstrap.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index a86aae0d1..a6acf273c 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1728,6 +1728,7 @@ output { fieldset[disabled] .form-control { cursor: not-allowed; background-color: #eee; + opacity: 1; } textarea.form-control { height: auto; @@ -2029,6 +2030,7 @@ fieldset[disabled] .btn { -webkit-box-shadow: none; box-shadow: none; opacity: .65; + opacity: 1; } .btn-default { color: #333; -- cgit v1.2.3