From cd5341ee58b6cc200dd2f10b5ef1b72b316a41f8 Mon Sep 17 00:00:00 2001 From: piro Date: Thu, 5 Mar 2009 03:22:59 +0000 Subject: [PATCH] =?UTF-8?q?=E3=83=89=E3=83=AD=E3=83=83=E3=83=97=E3=82=B7?= =?UTF-8?q?=E3=83=A3=E3=83=89=E3=82=A6=E3=82=92=E6=8A=91=E3=81=88=E6=B0=97?= =?UTF-8?q?=E5=91=B3=E3=81=AB?= 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@3767 599a83e7-65a4-db11-8015-0010dcdd6dc2 --- skin/classic/treestyletab/dropshadow.png | Bin 205 -> 198 bytes skin/classic/treestyletab/treestyletab-3.1.css | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/skin/classic/treestyletab/dropshadow.png b/skin/classic/treestyletab/dropshadow.png index 60cf2aae7eb68c4bbede8f14c9a3f88d1384e138..9a1170f72e0ef9474d777c42d49282599b6a9456 100644 GIT binary patch delta 86 zcmX@hc#Ls^I2S7i8v_GFZ@${oiHZ*F%&e9x*RS6=F+;;l(bL5-gyVX0NNkl*V zKm#lc3=DsW7W_+@cG4{R&%nUI2%{OH5-0!w+3N}~m4eFo00000NkvXXu0mjfd>bG~ diff --git a/skin/classic/treestyletab/treestyletab-3.1.css b/skin/classic/treestyletab/treestyletab-3.1.css index 7805f03b..e69bbb1a 100644 --- a/skin/classic/treestyletab/treestyletab-3.1.css +++ b/skin/classic/treestyletab/treestyletab-3.1.css @@ -21,11 +21,11 @@ tabbrowser[treestyletab-mode="vertical"][treestyletab-style="vertigo"] .tabbrows tabbrowser[treestyletab-mode="vertical"][treestyletab-tabbar-dropshadow="true"]:not([treestyletab-style="vertigo"]) .tabbrowser-tab { - -moz-box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.15) !important; + -moz-box-shadow: -0.3em 0.3em 0.2em rgba(0, 0, 0, 0.15) !important; } tabbrowser[treestyletab-mode="vertical"][treestyletab-tabbar-dropshadow="true"]:not([treestyletab-style="vertigo"])[treestyletab-appearance-inverted="true"] .tabbrowser-tab { - -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15) !important; + -moz-box-shadow: 0.3em 0.3em 0.2em rgba(0, 0, 0, 0.15) !important; } tabbrowser[treestyletab-mode="vertical"][treestyletab-tabbar-dropshadow="true"]:not([treestyletab-style="vertigo"]):not([treestyletab-hide-newtab-button]) .tabs-container:not([overflow="true"]) .scrollbox-innerbox { @@ -33,5 +33,5 @@ tabbrowser[treestyletab-mode="vertical"][treestyletab-tabbar-dropshadow="true"]: } tabbrowser[treestyletab-mode="vertical"][treestyletab-tabbar-dropshadow="true"]:not([treestyletab-style="vertigo"]):not([treestyletab-hide-newtab-button="true"]) .tabs-container:not([overflow="true"]) .tabbrowser-arrowscrollbox .tabs-newtab-button { - margin-bottom: 10px !important; + margin-bottom: 5px !important; }