ef2e098466
* isVertical, isFixedはDOMContentLoaded以前はDOMを参照せずに設定値をそのまま返す git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@7181 599a83e7-65a4-db11-8015-0010dcdd6dc2
26 lines
980 B
CSS
26 lines
980 B
CSS
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
|
|
|
/* hacks for Tab Mix Plus */
|
|
|
|
:root[treestyletab-enable-compatibility-tmp="true"]
|
|
tabbrowser[treestyletab-mode="vertical"] #vide-bar,
|
|
:root[treestyletab-enable-compatibility-tmp="true"]
|
|
tabbrowser[treestyletab-mode="vertical"] #tabs-scroll-up-down-box,
|
|
:root[treestyletab-enable-compatibility-tmp="true"]
|
|
tabbrowser[treestyletab-mode="vertical"] #alltabs-place-holder,
|
|
:root[treestyletab-enable-compatibility-tmp="true"]
|
|
tabbrowser[treestyletab-mode="vertical"] .tabs-scroll {
|
|
visibility: collapse !important;
|
|
}
|
|
|
|
:root[treestyletab-enable-compatibility-tmp="true"]
|
|
tabbrowser[treestyletab-mode="vertical"] tabs[flowing] > * .tabs-frame {
|
|
overflow-x: hidden !important;
|
|
overflow-y: auto !important;
|
|
}
|
|
|
|
:root[treestyletab-enable-compatibility-tmp="true"]
|
|
tabbrowser[treestyletab-mode="vertical"] tabs[flowing] > * .tabs-frame {
|
|
-moz-box-flex: 1 !important;
|
|
}
|