From f322c5ee7b48eb230f7d25b757ce7b188f08a93f Mon Sep 17 00:00:00 2001 From: piro Date: Mon, 27 Jul 2009 04:52:28 +0000 Subject: [PATCH] =?UTF-8?q?Tab=20Mix=20Plus=E3=81=8C=E3=81=82=E3=82=8B?= =?UTF-8?q?=E3=81=A8=E3=81=8D=E3=80=81=E3=82=BF=E3=83=96=E3=83=90=E3=83=BC?= =?UTF-8?q?=E3=81=AE=E4=BD=8D=E7=BD=AE=E3=82=92=E6=A8=AA=E7=BD=AE=E3=81=8D?= =?UTF-8?q?=E3=81=8B=E3=82=89=E7=B8=A6=E7=BD=AE=E3=81=8D=E3=81=AB=E5=A4=89?= =?UTF-8?q?=E6=9B=B4=E3=81=99=E3=82=8B=E3=81=A8=E3=82=BF=E3=83=96=E5=85=A8?= =?UTF-8?q?=E4=BD=93=E3=81=8C=E3=82=BB=E3=83=B3=E3=82=BF=E3=83=AA=E3=83=B3?= =?UTF-8?q?=E3=82=B0=E3=81=95=E3=82=8C=E3=81=A6=E3=81=97=E3=81=BE=E3=81=86?= =?UTF-8?q?=E5=95=8F=E9=A1=8C=E3=82=92=E4=BF=AE=E6=AD=A3?= 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@4816 599a83e7-65a4-db11-8015-0010dcdd6dc2 --- skin/classic/treestyletab/treestyletab.css | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/skin/classic/treestyletab/treestyletab.css b/skin/classic/treestyletab/treestyletab.css index d8bfa878..4b457468 100644 --- a/skin/classic/treestyletab/treestyletab.css +++ b/skin/classic/treestyletab/treestyletab.css @@ -125,14 +125,6 @@ tabbrowser[treestyletab-mode="vertical"] .tabs-closebutton-topbox > .tabs-closeb height: 16px !important; } -/* Tab Mix Plus */ -tabbrowser[treestyletab-mode="vertical"] .tabs-newtab-topbox > .tabs-newtab-button { - -moz-box-flex: 1; - -moz-box-align: center; - -moz-box-pack: center; - -moz-box-orient: vertical; -} - /* new-tab button next to the last tab */ @@ -174,3 +166,16 @@ tabbrowser[treestyletab-tabbar-position="bottom"] .treestyletab-tabbar-toggler { border-top: 1px solid ThreeDShadow; } + + +/* Tab Mix Plus */ +tabbrowser[treestyletab-mode="vertical"] .tabs-newtab-topbox > .tabs-newtab-button { + -moz-box-flex: 1; + -moz-box-align: center; + -moz-box-pack: center; + -moz-box-orient: vertical; +} + +tabbrowser[treestyletab-mode="vertical"] .tabbrowser-arrowscrollbox[type="tabmix"] { + visibility: collapse !important; +}