From 35004c6408a94eed45da68dbea525dc1318522b4 Mon Sep 17 00:00:00 2001 From: piro Date: Wed, 7 Apr 2010 13:38:37 +0000 Subject: [PATCH] =?UTF-8?q?Minefield=203.7a4pre=E3=81=A7=E3=80=81=E3=82=BF?= =?UTF-8?q?=E3=83=96=E3=83=90=E3=83=BC=E3=81=AE=E5=B9=85=E3=82=92=E7=8B=AD?= =?UTF-8?q?=E3=81=8F=E3=81=97=E3=81=99=E3=81=8E=E3=82=8B=E3=81=A8splitter?= =?UTF-8?q?=E3=81=AB=E3=82=BF=E3=83=96=E3=83=90=E3=83=BC=E3=81=8C=E9=87=8D?= =?UTF-8?q?=E3=81=AA=E3=81=A3=E3=81=A6=E3=82=BF=E3=83=96=E3=83=90=E3=83=BC?= =?UTF-8?q?=E3=81=AE=E5=B9=85=E3=82=92=E5=85=83=E3=81=AB=E6=88=BB=E3=81=9B?= =?UTF-8?q?=E3=81=AA=E3=81=8F=E3=81=AA=E3=82=8B=E5=95=8F=E9=A1=8C=E3=82=92?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3=EF=BC=88=20http://piro.sakura.ne.jp/cgi-bin/?= =?UTF-8?q?bbs.cgi=3F2664=20=EF=BC=89?= 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@6581 599a83e7-65a4-db11-8015-0010dcdd6dc2 --- content/treestyletab/treestyletab.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/treestyletab/treestyletab.css b/content/treestyletab/treestyletab.css index 19ac1682..242d530c 100644 --- a/content/treestyletab/treestyletab.css +++ b/content/treestyletab/treestyletab.css @@ -83,6 +83,10 @@ tabbrowser[treestyletab-mode="vertical"] .tabs-stack > *:first-child + * > hbox: position: fixed !important; -moz-appearance: none !important; } +#TabsToolbar:not([treestyletab-tabbar-position="top"]) .tabbrowser-tabs, +#TabsToolbar[treestyletab-tabbar-position="top"]:not([treestyletab-tabbar-fixed="true"]) .tabbrowser-tabs { + overflow: hidden !important; +}