mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 932344 - draw tabstoolbar bottom border ourselves during customize mode, private browsing mode and fullscreen, r=MattN
This commit is contained in:
parent
63530f7b09
commit
9b6f109b4f
@ -2559,7 +2559,7 @@ toolbarbutton.chevron > .toolbarbutton-menu-dropmarker {
|
||||
/*
|
||||
* Draw the bottom border of the tabstrip when core doesn't do it for us:
|
||||
*/
|
||||
#main-window[sizemode="fullscreen"] #TabsToolbar::after,
|
||||
#main-window:-moz-any([privatebrowsingmode=temporary],[sizemode="fullscreen"],[customizing],[customize-exiting]) #TabsToolbar::after,
|
||||
#main-window:not([tabsintitlebar]) #TabsToolbar::after,
|
||||
#TabsToolbar:-moz-lwtheme::after {
|
||||
content: '';
|
||||
|
Loading…
Reference in New Issue
Block a user