タブバーの透過設定の変更が反映されない問題を修正

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@2101 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2008-03-13 23:56:06 +00:00
parent fb569ccfb8
commit ddfe795489

View File

@ -105,7 +105,8 @@ tabbrowser[treestyletab-mode="multirow"] .tabbrowser-tab {
}
*/
tabbrowser[treestyletab-tabbar-autohide]:not([treestyletab-tabbar-transparent]) .tabs-stack > *:first-child > :not(html|canvas),
tabbrowser[treestyletab-tabbar-autohide][treestyletab-tabbar-transparent] .tabs-stack > *:first-child > :not(html|canvas),
tabbrowser[treestyletab-tabbar-resizing]:not([treestyletab-tabbar-transparent]) .tabs-stack > *:first-child > html|canvas,
tabbrowser[treestyletab-tabbar-resizing] .tabs-stack > *:first-child > html|canvas {
display: none !important;
}