From dcb84057c86e72fbeb6bc3b9e029d4084fa474c3 Mon Sep 17 00:00:00 2001 From: Piro / YUKI Hiroshi Date: Tue, 29 Sep 2015 03:56:45 +0900 Subject: [PATCH] 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. --- skin/classic/treestyletab/ui-australis.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/skin/classic/treestyletab/ui-australis.css b/skin/classic/treestyletab/ui-australis.css index 4ca6ec4f..ff65eb44 100644 --- a/skin/classic/treestyletab/ui-australis.css +++ b/skin/classic/treestyletab/ui-australis.css @@ -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; + } +}