From fcfeb3a844bfb9db71472590682e24e64bc7a732 Mon Sep 17 00:00:00 2001 From: Piro / YUKI Hiroshi Date: Tue, 19 Nov 2013 23:44:34 +0900 Subject: [PATCH] Hide tab image containers for Australis --- skin/classic/treestyletab/metal/tab-base.css | 6 ++++++ skin/classic/treestyletab/sidebar/sidebar-base.css | 6 ++++++ skin/classic/treestyletab/square/base.css | 6 ++++++ 3 files changed, 18 insertions(+) diff --git a/skin/classic/treestyletab/metal/tab-base.css b/skin/classic/treestyletab/metal/tab-base.css index 3b1880df..82c227cd 100644 --- a/skin/classic/treestyletab/metal/tab-base.css +++ b/skin/classic/treestyletab/metal/tab-base.css @@ -51,6 +51,12 @@ .tab-background-end::after { display: none !important; } +.tabbrowser-tabs:not([treestyletab-tabbar-position="top"]) + :-moz-any(.tab-background-start, + .tab-background-end) { + min-height: 0; + width: 0; +} /* for Mac OS X */ .tabbrowser-tabs[treestyletab-mode="vertical"] diff --git a/skin/classic/treestyletab/sidebar/sidebar-base.css b/skin/classic/treestyletab/sidebar/sidebar-base.css index 92630ce3..5c25615c 100644 --- a/skin/classic/treestyletab/sidebar/sidebar-base.css +++ b/skin/classic/treestyletab/sidebar/sidebar-base.css @@ -61,6 +61,12 @@ .tab-background-end::after { display: none !important; } +.tabbrowser-tabs:not([treestyletab-tabbar-position="top"]) + :-moz-any(.tab-background-start, + .tab-background-end) { + min-height: 0; + width: 0; +} /* Use the splitter to display the border of .tabbrowser-strip */ tabbrowser[treestyletab-mode="vertical"] diff --git a/skin/classic/treestyletab/square/base.css b/skin/classic/treestyletab/square/base.css index 1c113a08..8024f103 100644 --- a/skin/classic/treestyletab/square/base.css +++ b/skin/classic/treestyletab/square/base.css @@ -69,6 +69,12 @@ .tab-background-end::after { display: none !important; } +.tabbrowser-tabs:not([treestyletab-tabbar-position="top"]) + :-moz-any(.tab-background-start, + .tab-background-end) { + min-height: 0; + width: 0; +} .tabbrowser-tabs:not([treestyletab-tabbar-position="top"]) .tabbrowser-tab,