cb2db0c061
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@5505 599a83e7-65a4-db11-8015-0010dcdd6dc2
30 lines
1.4 KiB
CSS
30 lines
1.4 KiB
CSS
/* hacks for Tab Mix Plus */
|
|
|
|
/* buttons in the tab bar */
|
|
|
|
:root[treestyletab-enable-compatibility-tmp="true"]
|
|
tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"] .tabs-closebutton-topbox > .tabs-closebutton,
|
|
:root[treestyletab-enable-compatibility-tmp="true"]
|
|
tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"] .tabs-closebutton-topbox > .tabs-closebutton:hover {
|
|
background: #b3b2b3 !important;
|
|
border-top: 1px solid #666666 !important;
|
|
}
|
|
|
|
:root[treestyletab-enable-compatibility-tmp="true"]
|
|
tabbrowser[treestyletab-style="metal"][treestyletab-tabbar-position="left"] .tabs-closebutton-topbox > .tabs-closebutton {
|
|
border-right: 1px solid #666666 !important;
|
|
}
|
|
|
|
:root[treestyletab-enable-compatibility-tmp="true"]
|
|
tabbrowser[treestyletab-style="metal"][treestyletab-tabbar-position="right"] .tabs-closebutton-topbox > .tabs-closebutton {
|
|
border-left: 1px solid #666666 !important;
|
|
}
|
|
|
|
:root[treestyletab-enable-compatibility-tmp="true"]:not([active="true"])
|
|
tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"] .tabs-closebutton-topbox > .tabs-closebutton,
|
|
:root[treestyletab-enable-compatibility-tmp="true"]:not([active="true"])
|
|
tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"] .tabs-closebutton-topbox > .tabs-closebutton:hover {
|
|
background: #e4e4e4 !important;
|
|
border-color: #666666 !important;
|
|
}
|