Linux用の指定を追加

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@6195 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2010-02-02 07:01:32 +00:00
parent 4c7587925d
commit b71556a25f

View File

@ -189,22 +189,6 @@ tabbrowser[treestyletab-style="sidebar"][treestyletab-mode="vertical"] .treestyl
/* changed from original SidebarStyleTab */
tabbrowser[treestyletab-style="sidebar"][treestyletab-mode="vertical"]
.tab-close-button image,
tabbrowser[treestyletab-style="sidebar"][treestyletab-mode="vertical"]
.tab-close-button:active image,
tabbrowser[treestyletab-style="sidebar"][treestyletab-mode="vertical"]
.tab-close-button:hover image,
tabbrowser[treestyletab-style="sidebar"][treestyletab-mode="vertical"]
.tabbrowser-tab[selected="true"] .tab-close-button image {
-moz-image-region: auto !important;
}
tabbrowser[treestyletab-style="sidebar"][treestyletab-mode="vertical"]
.tabbrowser-tabs {
-moz-appearance: none !important;
}
tabbrowser[treestyletab-style="sidebar"][treestyletab-mode="vertical"]
.treestyletab-counter-paren {
display: none !important;
@ -217,6 +201,28 @@ tabbrowser[treestyletab-style="sidebar"][treestyletab-mode="vertical"]
border: 0 none !important;
}
/* for Windows (Winstrip/Strata) */
tabbrowser[treestyletab-style="sidebar"][treestyletab-mode="vertical"]
.tab-close-button image,
tabbrowser[treestyletab-style="sidebar"][treestyletab-mode="vertical"]
.tab-close-button:active image,
tabbrowser[treestyletab-style="sidebar"][treestyletab-mode="vertical"]
.tab-close-button:hover image,
tabbrowser[treestyletab-style="sidebar"][treestyletab-mode="vertical"]
.tabbrowser-tab[selected="true"] .tab-close-button image {
-moz-image-region: auto !important;
}
tabbrowser[treestyletab-style="sidebar"][treestyletab-mode="vertical"]
.tabbrowser-tabs {
-moz-appearance: none !important;
}
/* for Linux (Gnomestrip) */
tabbrowser[treestyletab-style="sidebar"][treestyletab-mode="vertical"]
.tab-close-button {
-moz-appearance: none !important;
}
/* for Multiple Tab Handler */
tabbrowser[treestyletab-style="sidebar"][treestyletab-mode="vertical"]
.tabbrowser-tab:not(:hover):not([selected="true"])[multipletab-ready-to-close="true"] > .tab-close-button {