From a933131083a08ee64ebbbb5d1734478d46778277 Mon Sep 17 00:00:00 2001 From: Piro / YUKI Hiroshi Date: Thu, 3 Apr 2014 01:44:20 +0900 Subject: [PATCH] Hide dummy titlebar for Fox Splitter with Australis --- skin/classic/treestyletab/ui.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/skin/classic/treestyletab/ui.css b/skin/classic/treestyletab/ui.css index f76b1954..35a19b84 100644 --- a/skin/classic/treestyletab/ui.css +++ b/skin/classic/treestyletab/ui.css @@ -394,3 +394,8 @@ tabbrowser[treestyletab-tabbar-position="bottom"] > .scrollbutton-down > * { display: none; } + +/* don't show the dummy titlebar, even if chromemargin is applied by Fox Splitter or someone */ +#main-window:not([treestyletab-tabbar-position="top"])[chromemargin]:not([tabsintitlebar]) > #titlebar { + display: none; +}