mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-07 07:04:09 +00:00
Bug 1076252 - [10.10] disabled default button shouldn't get white text on yosemite, r=jaws
This commit is contained in:
parent
e47ed2ff0e
commit
e65901fa31
@ -14,13 +14,13 @@ button {
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
button:hover:active {
|
||||
button:not([disabled="true"]):hover:active {
|
||||
color: -moz-mac-buttonactivetext;
|
||||
}
|
||||
|
||||
/* When the window isn't focused, the default button background isn't drawn,
|
||||
* so don't change the text color then: */
|
||||
button[default="true"]:not(:-moz-window-inactive) {
|
||||
button[default="true"]:not([disabled="true"]):not(:-moz-window-inactive) {
|
||||
color: -moz-mac-defaultbuttontext;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user