mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 516701 - Checkboxes and radios need to be updated to lwtheme. r=rflint
This commit is contained in:
parent
2ad67a32fd
commit
9570add905
@ -113,6 +113,7 @@ checkbox[disabled="true"] {
|
||||
|
||||
checkbox:not([disabled="true"]):hover {
|
||||
color: -moz-buttonhovertext;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
checkbox:hover:active > .checkbox-spacer-box > .checkbox-check {
|
||||
|
@ -125,6 +125,7 @@ radio[disabled="true"] {
|
||||
|
||||
radio:not([disabled="true"]):hover {
|
||||
color: -moz-buttonhovertext;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
radio:hover:active > .radio-spacer-box > .radio-check-box1 {
|
||||
|
Loading…
Reference in New Issue
Block a user