タブの透明度を変更

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@2056 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2008-03-11 02:29:42 +00:00
parent 6f7ef23658
commit 8dd33b0d51

View File

@ -437,9 +437,13 @@ tabbrowser[treestyletab-mode="vertical"] .tabs-alltabs-button {
/* transaprent tab bar */
tabbrowser[treestyletab-tabbar-transparent="true"] .tabbrowser-tab {
opacity: 0.85;
opacity: 0.85 !important;
}
tabbrowser[treestyletab-tabbar-transparent="true"] .tabbrowser-tabs:hover .tabbrowser-tab {
opacity: 1;
opacity: 0.9 !important;
}
tabbrowser[treestyletab-tabbar-transparent="true"] .tabbrowser-tabs:hover .tabbrowser-tab[selected="true"],
tabbrowser[treestyletab-tabbar-transparent="true"] .tabbrowser-tabs:hover .tabbrowser-tab:hover {
opacity: 0.95 !important;
}