Bug 1022547 - move rule for menu text color since it's wrong on Windows 8 and later where all themes use the compositor. r=gijs

--HG--
extra : rebase_source : 8087707363f8adf0c0fec453d8c0311180a657b8
This commit is contained in:
Dão Gottwald 2016-08-16 03:32:13 +02:00
Родитель 64b45af818
Коммит 391c36253c
1 изменённых файлов: 6 добавлений и 4 удалений

Просмотреть файл

@ -192,10 +192,6 @@
#main-window[tabsintitlebar]:not([inFullscreen]) #TabsToolbar:not(:-moz-lwtheme):-moz-window-inactive {
color: InactiveCaptionText;
}
#main-window[tabsintitlebar] #main-menubar > menu:not(:-moz-lwtheme) {
color: inherit;
}
}
@media not all and (-moz-windows-compositor) {
@ -207,6 +203,12 @@
-moz-binding: url("chrome://global/content/bindings/general.xml#windowdragbox");
visibility: visible;
}
/* Top-level menu appearance has transparent background, so the text color
needs to be inherited from our custom menubar too. */
#main-window[tabsintitlebar] #main-menubar > menu:not(:-moz-lwtheme) {
color: inherit;
}
}
/**