mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-03 14:54:29 +00:00
Bug 334600 Icons in 'Help' toolbar are not compliant with theme.
r=mconnor
This commit is contained in:
parent
8f7e65ed98
commit
191050c8ae
@ -45,7 +45,11 @@ toolbar toolbarbutton {
|
||||
}
|
||||
|
||||
toolbarbutton:not([disabled="true"]):hover,
|
||||
menubutton:not([disabled="true"]):hover,
|
||||
menubutton:not([disabled="true"]):hover {
|
||||
color: -moz-buttonhovertext;
|
||||
background-color: -moz-buttonhoverface;
|
||||
}
|
||||
|
||||
toolbarbutton:not([disabled="true"]):hover:active,
|
||||
menubutton:not([disabled="true"]):hover:active {
|
||||
color: ButtonText !important;
|
||||
|
Loading…
Reference in New Issue
Block a user