aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-01-22 21:43:08 -0600
committerMark Otto <[email protected]>2014-01-22 21:43:08 -0600
commit08e83a62b7a3b12d459b2e025661e60024b10ca7 (patch)
tree4ab78d0c292ef01e174dfad99db0f1784e275029 /dist/css/bootstrap.css
parent833c208bf5e88e438ae1eb360782b2364cd03915 (diff)
downloadbootstrap-08e83a62b7a3b12d459b2e025661e60024b10ca7.tar.xz
bootstrap-08e83a62b7a3b12d459b2e025661e60024b10ca7.zip
Fix #11655: Fix broken disabled states for iOS form controls and buttons
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css2
1 files changed, 2 insertions, 0 deletions
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;