From 3e223bfe116861dff41198303f9a30b4529c2c1f Mon Sep 17 00:00:00 2001 From: piro Date: Thu, 25 Mar 2010 08:17:34 +0000 Subject: [PATCH] =?UTF-8?q?Metal,=20Sidebar=E3=81=A7=E3=82=82=E3=82=BF?= =?UTF-8?q?=E3=83=96=E5=B9=85=E5=9B=BA=E5=AE=9A=E3=81=AE=E6=99=82=E3=81=AF?= =?UTF-8?q?border=E3=82=92=E8=A1=A8=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@6441 599a83e7-65a4-db11-8015-0010dcdd6dc2 --- skin/classic/treestyletab/metal/base.css | 12 ++++++++---- skin/classic/treestyletab/sidebar/sidebar.css | 14 ++++++++++++++ 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/skin/classic/treestyletab/metal/base.css b/skin/classic/treestyletab/metal/base.css index 357732e5..ef27c57d 100644 --- a/skin/classic/treestyletab/metal/base.css +++ b/skin/classic/treestyletab/metal/base.css @@ -95,12 +95,16 @@ tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"] background: #e4e4e4 !important; } tabbrowser[treestyletab-style="metal"][treestyletab-tabbar-position="left"] - .treestyletab-splitter { - border-right-width: 1px !important; + .treestyletab-splitter, +.tabbrowser-strip[treestyletab-style="metal"][treestyletab-tabbar-position="left"][treestyletab-tabbar-fixed="true"], +#TabsToolbar[treestyletab-style="metal"][treestyletab-tabbar-position="left"][treestyletab-tabbar-fixed="true"] { + border-right: 1px solid #666666 !important; } tabbrowser[treestyletab-style="metal"][treestyletab-tabbar-position="right"] - .treestyletab-splitter { - border-left-width: 1px !important; + .treestyletab-splitter, +.tabbrowser-strip[treestyletab-style="metal"][treestyletab-tabbar-position="right"][treestyletab-tabbar-fixed="true"], +#TabsToolbar[treestyletab-style="metal"][treestyletab-tabbar-position="right"][treestyletab-tabbar-fixed="true"] { + border-left: 1px solid #666666 !important; } diff --git a/skin/classic/treestyletab/sidebar/sidebar.css b/skin/classic/treestyletab/sidebar/sidebar.css index 942c92b9..a06744ed 100644 --- a/skin/classic/treestyletab/sidebar/sidebar.css +++ b/skin/classic/treestyletab/sidebar/sidebar.css @@ -44,6 +44,20 @@ tabbrowser[treestyletab-style="sidebar"][treestyletab-mode="vertical"] .treestyl tabbrowser[treestyletab-style="sidebar"][treestyletab-mode="vertical"] .treestyletab-splitter { background-color: #868686; } +.tabbrowser-strip[treestyletab-style="sidebar"][treestyletab-tabbar-position="left"][treestyletab-tabbar-fixed="true"] { + border-right: 1px solid #404040; +} +#main-window:not([active="true"]) +.tabbrowser-strip[treestyletab-style="sidebar"][treestyletab-tabbar-position="left"][treestyletab-tabbar-fixed="true"] { + border-right-color: #868686; +} +.tabbrowser-strip[treestyletab-style="sidebar"][treestyletab-tabbar-position="right"][treestyletab-tabbar-fixed="true"] { + border-left: 1px solid #404040; +} +#main-window:not([active="true"]) +.tabbrowser-strip[treestyletab-style="sidebar"][treestyletab-tabbar-position="right"][treestyletab-tabbar-fixed="true"] { + border-left-color: #868686; +} /* Style tabs themselves. Get rid of most of the initial XUL styling */ .tabbrowser-tabs[treestyletab-style="sidebar"][treestyletab-mode="vertical"] .tabbrowser-tab {