テーマによってタブバーの幅が異常に狭くなってしまうことがあったのを修正

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@4893 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2009-08-10 04:05:57 +00:00
parent 296bd65a05
commit 3036244ad2

View File

@ -113,8 +113,12 @@ image.tab-icon {
-moz-binding: url(treestyletab.xml#tab-icon);
}
/* for Tabbrowser Preferences */
tabbrowser .tabs-newbutton {
/* for Tabbrowser Preferences, and some theme */
tabbrowser .tabs-newbutton,
tabbrowser[treestyletab-mode="vertical"] .scrollbutton-up,
tabbrowser[treestyletab-mode="vertical"] .scrollbutton-down,
tabbrowser[treestyletab-mode="vertical"] .tabs-alltabs-button,
tabbrowser[treestyletab-mode="vertical"] .close-button.tabs-closebutton {
max-width: none !important;
}