mirror of
https://github.com/flarum/core.git
synced 2025-06-08 15:44:57 +02:00
Style disabled fields properly
This commit is contained in:
parent
d5b58b3146
commit
8eda6c7d36
@ -27,8 +27,7 @@
|
|||||||
&[disabled],
|
&[disabled],
|
||||||
&[readonly],
|
&[readonly],
|
||||||
fieldset[disabled] & {
|
fieldset[disabled] & {
|
||||||
// background-color: @input-bg-disabled;
|
opacity: 0.5;
|
||||||
opacity: 1; // iOS fix for unreadable disabled content; see https://github.com/twbs/bootstrap/issues/11655
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&[disabled],
|
&[disabled],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user