From 7831858b198815354669a0b658672e8099768384 Mon Sep 17 00:00:00 2001 From: SHIMODA Hiroshi Date: Mon, 27 Dec 2010 17:54:18 +0900 Subject: [PATCH] reduce needless margines for Minefield on Mac OS X --- skin/classic/treestyletab/metal/base.css | 3 ++- skin/classic/treestyletab/sidebar/base.css | 3 ++- skin/classic/treestyletab/square/square.css | 4 +++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/skin/classic/treestyletab/metal/base.css b/skin/classic/treestyletab/metal/base.css index 6bb83996..81bb5d62 100644 --- a/skin/classic/treestyletab/metal/base.css +++ b/skin/classic/treestyletab/metal/base.css @@ -3,7 +3,8 @@ /* tab bar */ #TabsToolbar[treestyletab-style~="metal"]:not([treestyletab-tabbar-position="top"]), -#TabsToolbar[treestyletab-style~="metal"][treestyletab-tabbar-position="top"]:not([treestyletab-tabbar-fixed="true"]) { +#TabsToolbar[treestyletab-style~="metal"][treestyletab-tabbar-position="top"]:not([treestyletab-tabbar-fixed="true"]), +.tabbrowser-tabs[treestyletab-style~="metal"]:not([treestyletab-tabbar-position="top"]) .arrowscrollbox-scrollbox { background: transparent !important; border: 0 none !important; margin: 0 !important; diff --git a/skin/classic/treestyletab/sidebar/base.css b/skin/classic/treestyletab/sidebar/base.css index 8f11df8e..b52082e8 100644 --- a/skin/classic/treestyletab/sidebar/base.css +++ b/skin/classic/treestyletab/sidebar/base.css @@ -246,7 +246,8 @@ tabbrowser[treestyletab-style~="sidebar"][treestyletab-mode="vertical"] /* changed from original SidebarStyleTab */ #TabsToolbar[treestyletab-style~="sidebar"]:not([treestyletab-tabbar-position="top"]), -#TabsToolbar[treestyletab-style~="sidebar"][treestyletab-tabbar-position="top"]:not([treestyletab-tabbar-fixed="true"]) { +#TabsToolbar[treestyletab-style~="sidebar"][treestyletab-tabbar-position="top"]:not([treestyletab-tabbar-fixed="true"]), +.tabbrowser-tabs[treestyletab-style~="sidebar"]:not([treestyletab-tabbar-position="top"]) .arrowscrollbox-scrollbox { background: transparent !important; border: 0 none !important; margin: 0 !important; diff --git a/skin/classic/treestyletab/square/square.css b/skin/classic/treestyletab/square/square.css index 04ec7cbb..c96f7e74 100644 --- a/skin/classic/treestyletab/square/square.css +++ b/skin/classic/treestyletab/square/square.css @@ -3,9 +3,11 @@ /* Default style */ .tabbrowser-tabs[treestyletab-style~="square"]:not([treestyletab-tabbar-position="top"]), -#TabsToolbar[treestyletab-style~="square"]:not([treestyletab-tabbar-position="top"]) { +#TabsToolbar[treestyletab-style~="square"]:not([treestyletab-tabbar-position="top"]), +.tabbrowser-tabs[treestyletab-style~="square"]:not([treestyletab-tabbar-position="top"]) .arrowscrollbox-scrollbox { background: transparent !important; margin: 0; + padding: 0; -moz-appearance: none; } .tabbrowser-strip[treestyletab-style~="square"][treestyletab-style~="border"]:not([treestyletab-tabbar-position="top"]) {