From 8eda6c7d36c14a4745429016812e79aa21f2cd5c Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Mon, 14 Sep 2015 14:49:28 +0930 Subject: [PATCH] Style disabled fields properly --- less/lib/FormControl.less | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/less/lib/FormControl.less b/less/lib/FormControl.less index 66c09f2ac..73c562c2e 100755 --- a/less/lib/FormControl.less +++ b/less/lib/FormControl.less @@ -27,8 +27,7 @@ &[disabled], &[readonly], fieldset[disabled] & { - // background-color: @input-bg-disabled; - opacity: 1; // iOS fix for unreadable disabled content; see https://github.com/twbs/bootstrap/issues/11655 + opacity: 0.5; } &[disabled],