Hide dummy titlebar for Fox Splitter with Australis

This commit is contained in:
Piro / YUKI Hiroshi 2014-04-03 01:44:20 +09:00
parent 45bc798e2a
commit a933131083

View File

@ -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;
}