pinned tabのためのコードをライブラリに移動
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@6750 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
parent
4516ace58d
commit
c6869d8136
@ -92,3 +92,10 @@
|
||||
.tabbrowser-tab[pinned="true"] .tab-text {
|
||||
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;
|
||||
}
|
||||
|
@ -167,15 +167,6 @@
|
||||
|
||||
/* 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-tab[pinned="true"] >
|
||||
.tab-image-middle,
|
||||
|
Loading…
x
Reference in New Issue
Block a user