From b48a3ab4819e8f65c6d42cb1ba217cba771e5f79 Mon Sep 17 00:00:00 2001 From: piro Date: Sat, 7 Aug 2010 15:50:11 +0000 Subject: [PATCH] 0 => 1px git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@7053 599a83e7-65a4-db11-8015-0010dcdd6dc2 --- content/treestyletab/treestyletab.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/treestyletab/treestyletab.css b/content/treestyletab/treestyletab.css index 5525e4fe..0fe85c28 100644 --- a/content/treestyletab/treestyletab.css +++ b/content/treestyletab/treestyletab.css @@ -174,8 +174,8 @@ image.tab-icon { .tabbrowser-tabs[treestyletab-animation-enabled="true"][treestyletab-mode="vertical"] .tabbrowser-tab[treestyletab-removed="true"] { - max-height: 0 !important; - min-height: 0 !important; + max-height: 1px !important; + min-height: 1px !important; opacfity: 0 !important; }