sidebar style is broken on rightside.
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@6235 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
parent
642e49f965
commit
2fe3cda04a
@ -174,6 +174,13 @@ tabbrowser[treestyletab-style="sidebar"][treestyletab-mode="vertical"]
|
|||||||
border: 0 none !important;
|
border: 0 none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* for rightside tab bar: "display:none" breaks the order of tab contents. */
|
||||||
|
tabbrowser[treestyletab-style="sidebar"][treestyletab-mode="vertical"]
|
||||||
|
.tabbrowser-tab:not(:hover):not([selected="true"]) > .tab-close-button {
|
||||||
|
display: -moz-box !important;
|
||||||
|
visibility: collapse !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* for Windows (Winstrip/Strata) */
|
/* for Windows (Winstrip/Strata) */
|
||||||
tabbrowser[treestyletab-style="sidebar"][treestyletab-mode="vertical"]
|
tabbrowser[treestyletab-style="sidebar"][treestyletab-mode="vertical"]
|
||||||
.tab-close-button image,
|
.tab-close-button image,
|
||||||
@ -199,5 +206,5 @@ tabbrowser[treestyletab-style="sidebar"][treestyletab-mode="vertical"]
|
|||||||
/* for Multiple Tab Handler */
|
/* for Multiple Tab Handler */
|
||||||
tabbrowser[treestyletab-style="sidebar"][treestyletab-mode="vertical"]
|
tabbrowser[treestyletab-style="sidebar"][treestyletab-mode="vertical"]
|
||||||
.tabbrowser-tab:not(:hover):not([selected="true"])[multipletab-ready-to-close="true"] > .tab-close-button {
|
.tabbrowser-tab:not(:hover):not([selected="true"])[multipletab-ready-to-close="true"] > .tab-close-button {
|
||||||
display: -moz-box !important;
|
visibility: visible !important;
|
||||||
}
|
}
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 754 B After Width: | Height: | Size: 752 B |
Binary file not shown.
Before Width: | Height: | Size: 742 B After Width: | Height: | Size: 721 B |
Loading…
x
Reference in New Issue
Block a user