Firefox 3.1の仕様変更に追従

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@3049 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2008-09-26 14:28:45 +00:00
parent e653e15568
commit 2e5d262e60

View File

@ -422,16 +422,19 @@ tabbrowser[treestyletab-mode="vertical"] .tabs-alltabs-stack > hbox {
tabbrowser[treestyletab-mode="vertical"] .tabs-alltabs-stack > hbox:not(:last-child) { tabbrowser[treestyletab-mode="vertical"] .tabs-alltabs-stack > hbox:not(:last-child) {
display: none !important; display: none !important;
} }
tabbrowser[treestyletab-mode="vertical"] .tabs-newtab-button,
tabbrowser[treestyletab-mode="vertical"] .tabs-alltabs-button { tabbrowser[treestyletab-mode="vertical"] .tabs-alltabs-button {
-moz-appearance: none !important; -moz-appearance: none !important;
border-top: 1px solid ThreeDShadow !important; border-top: 1px solid ThreeDShadow !important;
-moz-border-top-colors: ThreeDShadow !important; -moz-border-top-colors: ThreeDShadow !important;
background: ThreeDFace !important; background: ThreeDFace !important;
} }
tabbrowser[treestyletab-mode="vertical"] .tabs-newtab-button:hover,
tabbrowser[treestyletab-mode="vertical"] .tabs-alltabs-button:hover { tabbrowser[treestyletab-mode="vertical"] .tabs-alltabs-button:hover {
background: ThreeDHighlight !important; background: ThreeDHighlight !important;
} }
tabbrowser[treestyletab-mode="vertical"] .tabs-newtab-button,
tabbrowser[treestyletab-mode="vertical"] .tabs-alltabs-box, tabbrowser[treestyletab-mode="vertical"] .tabs-alltabs-box,
tabbrowser[treestyletab-mode="vertical"] .tabs-alltabs-box-animate, tabbrowser[treestyletab-mode="vertical"] .tabs-alltabs-box-animate,
tabbrowser[treestyletab-mode="vertical"] .tabs-alltabs-button { tabbrowser[treestyletab-mode="vertical"] .tabs-alltabs-button {