Bug 1200892 - fix devedition styling of window in fullscreen on vista/win7, r=bgrins

--HG--
extra : commitid : 2Qu9DemmGbB
extra : rebase_source : 9680567c4f22a1afd01fa256743ac3a09a4d9505
This commit is contained in:
Gijs Kruitbosch 2015-09-17 15:47:05 +01:00
Родитель 9240031da0
Коммит b45c5702f2
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -179,13 +179,13 @@
background: transparent;
}
/* Ensure that the entire background is styled when maximized */
#main-window[sizemode="maximized"]:not([customizing]) #browser-panel {
/* Ensure that the entire background is styled when maximized/fullscreen */
#main-window:not([sizemode="normal"]):not([customizing]) #browser-panel {
background: var(--chrome-background-color) !important;
}
/* The menu items need to be visible when the entire background is styled */
#main-window[sizemode="maximized"] #main-menubar {
#main-window:not([sizemode="normal"]) #main-menubar {
color: var(--chrome-color);
background-color: transparent;
}