pinned tabのためのコードをライブラリに移動

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@6750 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2010-06-26 15:29:11 +00:00
parent 4516ace58d
commit c6869d8136
2 changed files with 7 additions and 9 deletions

View File

@ -92,3 +92,10 @@
.tabbrowser-tab[pinned="true"] .tab-text { .tabbrowser-tab[pinned="true"] .tab-text {
visibility: collapse !important; visibility: collapse !important;
} }
:root[tabFx2Compatible="7"]
.tabbrowser-tab[pinned="true"] > .tab-image-left,
:root[tabFx2Compatible="7"]
.tabbrowser-tab[pinned="true"] > .tab-image-right {
display: none !important;
}

View File

@ -167,15 +167,6 @@
/* pinned tabs */ /* pinned tabs */
.tabbrowser-tabs[treestyletab-style="metal"][treestyletab-mode="vertical"]
.tabbrowser-tab[pinned="true"] >
.tab-image-left,
.tabbrowser-tabs[treestyletab-style="metal"][treestyletab-mode="vertical"]
.tabbrowser-tab[pinned="true"] >
.tab-image-right {
display: none !important;
}
.tabbrowser-tabs[treestyletab-style="metal"][treestyletab-mode="vertical"] .tabbrowser-tabs[treestyletab-style="metal"][treestyletab-mode="vertical"]
.tabbrowser-tab[pinned="true"] > .tabbrowser-tab[pinned="true"] >
.tab-image-middle, .tab-image-middle,