Style disabled fields properly

This commit is contained in:
Toby Zerner 2015-09-14 14:49:28 +09:30
parent 41898f10d2
commit cb1cdc1c08

View File

@ -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],