Firefox 3.6でタブが半透明のままになっていたのを修正

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@7259 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2010-09-18 15:04:14 +00:00
parent 25bd92ce80
commit 361efaf6eb

View File

@ -146,8 +146,11 @@ tabbrowser[treestyletab-tabbar-autohide-mode="1"][treestyletab-tabbar-autohide="
* opened") and :not([fadein]) (means "in opening/removing process".
*/
.tabbrowser-tabs[treestyletab-mode="vertical"]
.tabbrowser-tab:not([pinned]):not([fadein]) {
.tabbrowser-tab:not([pinned]) {
max-width: 65000px !important;
}
#TabsToolbar[treestyletab-mode="vertical"]
.tabbrowser-tab:not([pinned]):not([fadein]) {
opacity: 0.5 !important;
}
.tabbrowser-tabs[treestyletab-mode="vertical"]