ウィンドウ右で反転表示したタブの表示を修正

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@1514 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2007-11-06 10:21:15 +00:00
parent d92a2ef9dc
commit fa8d830d9a

View File

@ -250,6 +250,10 @@ tabbrowser[treestyletab-tabbar-position="bottom"][treestyletab-style="mixed"] .t
-moz-box-flex: 1;
}
tabbrowser[treestyletab-mode="vertical"][treestyletab-appearance-inverted="true"] .treestyletab-twisty-container {
margin: 0 -3px 0 3px;
}
tabbrowser:not([treestyletab-mode="vertical"]) .treestyletab-twisty-container {
position: relative;
margin: 0 16px 0 -16px;