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:
Piro / YUKI Hiroshi 2015-09-29 03:56:45 +09:00
parent b1b886d27d
commit dcb84057c8

View File

@ -6,3 +6,9 @@
#main-window:not([treestyletab-tabbar-position="top"])[chromemargin]:not([tabsintitlebar]):not([chromemargin^="0,"]) > #titlebar { #main-window:not([treestyletab-tabbar-position="top"])[chromemargin]:not([tabsintitlebar]):not([chromemargin^="0,"]) > #titlebar {
display: none; display: none;
} }
@media(-moz-windows-glass) {
#TabsToolbar:not([treestyletab-tabbar-position="top"]):not(:-moz-lwtheme)::after {
display: none !important;
}
}