Bug 1093374 - Use -moz-appearance: none on TabToolbar to preserve custom background with tab overflow and tabs outside titlebar on OSX;r=dao

This commit is contained in:
Brian Grinstead 2014-11-04 08:52:01 -08:00
parent 3ce1593c28
commit 86854b83a5

View File

@ -70,9 +70,9 @@
list-style-image: url("chrome://browser/skin/devedition/search.svg#search-icon-mac-inverted");
}
/* Don't use default colors when in full screen */
#main-window:not([customizing]) #navigator-toolbox[inFullscreen] > #TabsToolbar:not(:-moz-lwtheme) {
-moz-appearance: none;
/* Don't use the default background for tabs toolbar */
#TabsToolbar {
-moz-appearance: none !important;
}
/* Tab styling - make sure to use an inverted icon for the selected tab