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:
Brian Grinstead 2014-12-23 08:41:21 -08:00
Родитель e916693046
Коммит ce835c1c5c
1 изменённых файлов: 3 добавлений и 2 удалений

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

@ -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);