From 680ae93d14f8f2ebac8a75681485bcf037ade81f Mon Sep 17 00:00:00 2001 From: piro Date: Wed, 4 Mar 2009 20:16:36 +0000 Subject: [PATCH] =?UTF-8?q?=E3=82=B9=E3=82=BF=E3=82=A4=E3=83=AB=E5=A4=89?= =?UTF-8?q?=E6=9B=B4?= 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@3761 599a83e7-65a4-db11-8015-0010dcdd6dc2 --- skin/classic/treestyletab/treestyletab-3.1.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skin/classic/treestyletab/treestyletab-3.1.css b/skin/classic/treestyletab/treestyletab-3.1.css index 3020c299..8a4dfae1 100644 --- a/skin/classic/treestyletab/treestyletab-3.1.css +++ b/skin/classic/treestyletab/treestyletab-3.1.css @@ -4,11 +4,11 @@ tabbrowser[treestyletab-mode="vertical"][treestyletab-style="default"] .tabbrowser-tab, tabbrowser[treestyletab-mode="vertical"][treestyletab-style="mixed"] .tabbrowser-tab { - -moz-box-shadow: -5px 0 5px rgba(0, 0, 0, 0.15) !important; + -moz-box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.15) !important; } tabbrowser[treestyletab-mode="vertical"][treestyletab-style="default"][treestyletab-appearance-inverted="true"] .tabbrowser-tab, tabbrowser[treestyletab-mode="vertical"][treestyletab-style="mixed"][treestyletab-appearance-inverted="true"] .tabbrowser-tab { - -moz-box-shadow: 5px 0 5px rgba(0, 0, 0, 0.15) !important; + -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15) !important; } tabbrowser[treestyletab-mode="vertical"][treestyletab-style="default"]:not([treestyletab-hide-newtab-button]) .tabs-container:not([overflow="true"]) .scrollbox-innerbox, tabbrowser[treestyletab-mode="vertical"][treestyletab-style="mixed"]:not([treestyletab-hide-newtab-button]) .tabs-container:not([overflow="true"]) .scrollbox-innerbox {