iFoxテーマで縦置きタブバーの表示がおかしくなる問題を修正

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@1829 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2008-02-22 17:04:22 +00:00
parent fa767e8152
commit 1370010247

View File

@ -8,6 +8,13 @@ tabbrowser[treestyletab-tabbar-position="bottom"] .tabbrowser-tabs {
background: darkgray !important;
}
tabbrowser[treestyletab-mode="vertical"] .tabbrowser-tabs {
height: auto !important;
max-height: none !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
tabbrowser[treestyletab-mode="vertical"] .tabs-bottom,
tabbrowser[treestyletab-mode="vertical"] .tabs-left,
tabbrowser[treestyletab-tabbar-position="bottom"] .tabs-bottom {