fx-compat: Fix style clash on disabled Export checkbox
This commit is contained in:
parent
09ba429723
commit
b646073dfa
1 changed files with 6 additions and 0 deletions
|
@ -7,4 +7,10 @@
|
|||
checkbox[disabled=true] label {
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
/* Override rules from Mozilla checkbox.css that make text almost unreadable when disabled
|
||||
when combined with our opacity: .5 */
|
||||
checkbox[native][disabled="true"] {
|
||||
color: unset;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue