mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
3ce1593c28
commit
86854b83a5
@ -70,9 +70,9 @@
|
|||||||
list-style-image: url("chrome://browser/skin/devedition/search.svg#search-icon-mac-inverted");
|
list-style-image: url("chrome://browser/skin/devedition/search.svg#search-icon-mac-inverted");
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Don't use default colors when in full screen */
|
/* Don't use the default background for tabs toolbar */
|
||||||
#main-window:not([customizing]) #navigator-toolbox[inFullscreen] > #TabsToolbar:not(:-moz-lwtheme) {
|
#TabsToolbar {
|
||||||
-moz-appearance: none;
|
-moz-appearance: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Tab styling - make sure to use an inverted icon for the selected tab
|
/* Tab styling - make sure to use an inverted icon for the selected tab
|
||||||
|
Loading…
Reference in New Issue
Block a user