From 94dd43ac12a2db5cb5a0e7be091bc938fd7844db Mon Sep 17 00:00:00 2001 From: piro Date: Mon, 5 Jul 2010 15:23:47 +0000 Subject: [PATCH] =?UTF-8?q?Bug=20574654=20=20-=20Remove=20browser.tabs.tab?= =?UTF-8?q?MinWidth=20and=20browser.tabs.tabMaxWidth=20in=20favor=20of=20C?= =?UTF-8?q?SS=20(=20https://bugzilla.mozilla.org/show=5Fbug.cgi=3Fid=3D574?= =?UTF-8?q?654=20)=E3=81=B8=E3=81=AE=E5=AF=BE=E5=BF=9C?= 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@6854 599a83e7-65a4-db11-8015-0010dcdd6dc2 --- content/treestyletab/treestyletab.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/treestyletab/treestyletab.css b/content/treestyletab/treestyletab.css index ed23d228..97b8ef7f 100644 --- a/content/treestyletab/treestyletab.css +++ b/content/treestyletab/treestyletab.css @@ -79,6 +79,14 @@ tabbrowser[treestyletab-mode="vertical"] .tabs-stack > *:first-child + * > hbox: direction: ltr !important; } +.tabbrowser-tabs[treestyletab-mode="vertical"] + .tabbrowser-tab:not([pinned]), +.tabbrowser-tabs[treestyletab-mode="vertical"] + .tabbrowser-tab:not([fadein]) { + max-width: none !important; + min-width: 1px !important; +} + /* pinned tabs on Firefox 3.7 */ .tabbrowser-tabs[treestyletab-mode="vertical"] .tabbrowser-tab[pinned="true"] {