зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1107498 - Use moz-appearance: none for TabsToolbar for devedition in linux to make sure customized tab bars fully match the theme;r=Gijs
This commit is contained in:
Родитель
e916693046
Коммит
ce835c1c5c
|
@ -8,9 +8,10 @@
|
||||||
background-image: -moz-image-rect(url("chrome://global/skin/icons/close.svg"), 0, 80, 16, 64);
|
background-image: -moz-image-rect(url("chrome://global/skin/icons/close.svg"), 0, 80, 16, 64);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* The menubar should match the dark theme */
|
/* The menubar and tabs toolbar should match the devedition theme */
|
||||||
|
#TabsToolbar,
|
||||||
#toolbar-menubar {
|
#toolbar-menubar {
|
||||||
-moz-appearance: none;
|
-moz-appearance: none !important;
|
||||||
}
|
}
|
||||||
#main-menubar {
|
#main-menubar {
|
||||||
color: var(--chrome-color);
|
color: var(--chrome-color);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче