2007-10-16 13:22:28 -04:00
|
|
|
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
|
|
|
|
2007-10-20 02:12:22 -04:00
|
|
|
tab .treestyletab-twisty,
|
|
|
|
tab .treestyletab-counter-container,
|
|
|
|
tab .treestyletab-drop-marker,
|
|
|
|
tab[treestyletab-children]:not([treestyletab-subtree-collapsed="true"]) .treestyletab-counter-container {
|
2007-10-19 02:40:30 -04:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2007-10-20 02:12:22 -04:00
|
|
|
tab[treestyletab-children] .treestyletab-twisty,
|
|
|
|
tab[treestyletab-children] .treestyletab-counter-container,
|
|
|
|
tab[treestyletab-drop-position] .treestyletab-drop-marker {
|
|
|
|
display: -moz-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
tab[treestyletab-collapsed="true"] {
|
2007-10-19 02:40:30 -04:00
|
|
|
visibility: collapse;
|
|
|
|
}
|
2007-10-20 06:24:36 -04:00
|
|
|
|
|
|
|
tabbrowser[treestyletab-vertical="true"] .tabbrowser-arrowscrollbox > .scrollbutton-up,
|
|
|
|
tabbrowser[treestyletab-vertical="true"] .tabbrowser-arrowscrollbox > .scrollbutton-down-stack,
|
|
|
|
tabbrowser[treestyletab-vertical="true"] .tabs-alltabs-stack,
|
|
|
|
tabbrowser[treestyletab-vertical="true"] .tabs-closebutton-box {
|
|
|
|
display: none !important;
|
|
|
|
}
|
2007-10-20 06:44:42 -04:00
|
|
|
|
|
|
|
tabbrowser[treestyletab-vertical="true"] > tabbox {
|
|
|
|
-moz-box-orient: horizontal !important;
|
|
|
|
}
|