зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
9240031da0
Коммит
b45c5702f2
|
@ -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;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче