バインディングを常時適用

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@6623 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2010-04-30 03:47:30 +00:00
parent d97fd17ac3
commit cc02c1eeb6

View File

@ -79,12 +79,14 @@ tabbrowser[treestyletab-mode="vertical"] .tabs-stack > *:first-child + * > hbox:
direction: ltr !important;
}
#TabsToolbar {
-moz-binding: url(treestyletab.xml#tabs-toolbar);
}
#TabsToolbar:not([treestyletab-tabbar-position="top"]),
#TabsToolbar[treestyletab-tabbar-position="top"]:not([treestyletab-tabbar-fixed="true"]) {
line-height: 0 !important;
position: fixed !important;
-moz-appearance: none !important;
-moz-binding: url(treestyletab.xml#tabs-toolbar);
}
#TabsToolbar:not([treestyletab-tabbar-position="top"]) .tabbrowser-tabs,
#TabsToolbar[treestyletab-tabbar-position="top"]:not([treestyletab-tabbar-fixed="true"]) .tabbrowser-tabs {