зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1094296 - Fix black text on bookmarks toolbar button hover and open in devedition on windows;r=MattN,r=bgrins
This commit is contained in:
Родитель
7e73fbbf9e
Коммит
9db97916d8
|
@ -20,8 +20,8 @@
|
|||
}
|
||||
|
||||
/* Allow buttons with -moz-appearance set to look normal on hover and open states */
|
||||
#navigator-toolbox .toolbarbutton-1:not(.subviewbutton):-moz-any(:hover, [open="true"]),
|
||||
toolbarbutton.bookmark-item:not(.subviewbutton):-moz-any(:hover, [open="true"]) {
|
||||
#navigator-toolbox .toolbarbutton-1:-moz-any(:hover, [open="true"]),
|
||||
#PlacesToolbar toolbarbutton.bookmark-item:-moz-any(:hover, [open="true"]) {
|
||||
color: initial;
|
||||
}
|
||||
|
||||
|
|
|
@ -128,8 +128,8 @@
|
|||
color: var(--chrome-color);
|
||||
}
|
||||
|
||||
#navigator-toolbox .toolbarbutton-1:not(.subviewbutton):not(:hover):not([open]),
|
||||
toolbarbutton.bookmark-item:not(.subviewbutton):not(:hover):not([open]) {
|
||||
#navigator-toolbox .toolbarbutton-1,
|
||||
#PlacesToolbar toolbarbutton.bookmark-item {
|
||||
color: var(--chrome-color);
|
||||
text-shadow: var(--toolbarbutton-text-shadow);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче