Jetpack 0.7と同時に使った時にタブバーのレンダリングがおかしくなる問題が起こらないように

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@6288 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2010-02-07 13:52:32 +00:00
parent f4a295d3c4
commit 9d6f1eb6f6
2 changed files with 6 additions and 4 deletions

View File

@ -15,12 +15,13 @@
:root[treestyletab-enable-compatibility-tmp="true"] :root[treestyletab-enable-compatibility-tmp="true"]
tabbrowser[treestyletab-mode="vertical"] tabs[flowing] > * .tabs-frame { tabbrowser[treestyletab-mode="vertical"] tabs[flowing] > * .tabs-frame {
overflow-x: hidden !important; -moz-box-flex: 1 !important;
overflow-y: auto !important;
} }
:root[treestyletab-enable-compatibility-tmp="true"] :root[treestyletab-enable-compatibility-tmp="true"]
tabbrowser[treestyletab-mode="vertical"] tabs[flowing] > * .tabs-frame { tabbrowser[treestyletab-mode="vertical"] tabs[flowing] > * .tabs-frame > .scrollbox-innerbox {
overflow-x: hidden !important;
overflow-y: auto !important;
-moz-box-flex: 1 !important; -moz-box-flex: 1 !important;
} }

View File

@ -44,9 +44,10 @@ tabbrowser[treestyletab-mode="vertical"] .tab-drop-indicator-bar {
margin: 0; margin: 0;
} }
tabbrowser[treestyletab-mode="vertical"] .tabbrowser-arrowscrollbox > scrollbox { tabbrowser[treestyletab-mode="vertical"] .tabbrowser-arrowscrollbox > scrollbox > .scrollbox-innerbox {
overflow-x: hidden !important; overflow-x: hidden !important;
overflow-y: auto !important; overflow-y: auto !important;
-moz-box-flex: 1 !important;
} }
/* for Firefox 3.0 (not 3.5 and later!) */ /* for Firefox 3.0 (not 3.5 and later!) */