mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 926286 - draw the tabstoolbar border ourselves in fullscreen, r=MattN
This commit is contained in:
parent
ed9d589d6c
commit
c377884b12
@ -2553,8 +2553,9 @@ toolbarbutton.chevron > .toolbarbutton-menu-dropmarker {
|
||||
}
|
||||
|
||||
/*
|
||||
* Draw the bottom border of the tabstrip:
|
||||
* Draw the bottom border of the tabstrip when core doesn't do it for us:
|
||||
*/
|
||||
#main-window[sizemode="fullscreen"] #TabsToolbar::after,
|
||||
#main-window:not([tabsintitlebar]) #TabsToolbar::after,
|
||||
#TabsToolbar:-moz-lwtheme::after {
|
||||
content: '';
|
||||
|
Loading…
Reference in New Issue
Block a user