From a78071604361bbe5be8fcba97d23975d401df33c Mon Sep 17 00:00:00 2001 From: YUKI Hiroshi Date: Fri, 27 Nov 2015 18:21:56 +0900 Subject: [PATCH] Hide arrowscrollbox spacers for vertical tab bar. See also #863 --- content/treestyletab/treestyletab.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/treestyletab/treestyletab.css b/content/treestyletab/treestyletab.css index fcd79661..6bc418b2 100644 --- a/content/treestyletab/treestyletab.css +++ b/content/treestyletab/treestyletab.css @@ -246,6 +246,8 @@ tabs.tabbrowser-tabs[treestyletab-tabbar-position="left"][treestyletab-invert-sc /* hide horizontal tab bar UI for vertical tab bar */ .tabbrowser-tabs[treestyletab-mode="vertical"] .tabbrowser-arrowscrollbox > .scrollbutton-up, .tabbrowser-tabs[treestyletab-mode="vertical"] .tabbrowser-arrowscrollbox > .scrollbutton-down:not([treestyletab-notifybgtab-phase]), +.tabbrowser-tabs[treestyletab-mode="vertical"] .tabbrowser-arrowscrollbox > .arrowscrollbox-overflow-start-indicator, +.tabbrowser-tabs[treestyletab-mode="vertical"] .tabbrowser-arrowscrollbox > .arrowscrollbox-overflow-end-indicator, .tabbrowser-tabs[treestyletab-mode="vertical"] .tabs-closebutton-box, .tabbrowser-tabs[treestyletab-mode="vertical"] .tab-drop-indicator-bar { visibility: collapse !important;