mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Revert part of last commit (Bug 605544) to fix toggle buttons.
This commit is contained in:
parent
a30768c329
commit
216c3f0f01
@ -324,8 +324,8 @@ radio .radio-icon, radio .radio-check {
|
||||
|
||||
radio:not([disabled=true]):hover:active,
|
||||
radio[selected] {
|
||||
background-image: url("chrome://browser/skin/images/textbox-bg.png");
|
||||
border-right: 1px solid rgba(0,0,0,0.2);
|
||||
color: white;
|
||||
background-image: url("chrome://browser/skin/images/toggle-on.png");
|
||||
}
|
||||
|
||||
radio:first-child {
|
||||
|
Loading…
Reference in New Issue
Block a user