Hide stressful fog on the tab bar.
It is a background color of the tab bar in a transparent window on Windows. Because vertical tab bar always have its background, we don't need it.
This commit is contained in:
parent
b1b886d27d
commit
dcb84057c8
@ -6,3 +6,9 @@
|
||||
#main-window:not([treestyletab-tabbar-position="top"])[chromemargin]:not([tabsintitlebar]):not([chromemargin^="0,"]) > #titlebar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media(-moz-windows-glass) {
|
||||
#TabsToolbar:not([treestyletab-tabbar-position="top"]):not(:-moz-lwtheme)::after {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user