treestyletab/content/treestyletab/treestyletab.css
piro 37d1567be7 ・サブツリーが折りたたまれたタブに、隠れているタブの数を表示するようにした
・選択されていないタブを閉じた時にまでフォーカスを移動していたのを修正
・サブツリーをタブのダブルクリックで開閉する機能を加えた


git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@1234 599a83e7-65a4-db11-8015-0010dcdd6dc2
2007-10-19 06:40:30 +00:00

12 lines
409 B
CSS

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
tab:not([treestyletab-children]) .treestyletab-tab-tree-twisty,
tab:not([treestyletab-children]) .treestyletab-tab-tree-counter-container,
tab:not([treestyletab-subtree-collapsed="true"]) .treestyletab-tab-tree-counter-container {
display: none;
}
tab[treestyletab-tab-collapsed="true"] {
visibility: collapse;
}