11c0872505
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@6249 599a83e7-65a4-db11-8015-0010dcdd6dc2
42 lines
1.4 KiB
CSS
42 lines
1.4 KiB
CSS
/* hacks for Tab Mix Plus */
|
|
|
|
:root[treestyletab-enable-compatibility-tmp="true"]
|
|
tabbrowser[treestyletab-mode="vertical"] .tabs-closebutton-topbox > .tabs-closebutton {
|
|
-moz-appearance: none !important;
|
|
border: 0 none !important;
|
|
-moz-border-top-colors: none !important;
|
|
-moz-border-right-colors: none !important;
|
|
-moz-border-bottom-colors: none !important;
|
|
-moz-border-left-colors: none !important;
|
|
border-top: 1px solid ThreeDShadow !important;
|
|
background: ThreeDFace !important;
|
|
}
|
|
|
|
:root[treestyletab-enable-compatibility-tmp="true"]
|
|
tabbrowser[treestyletab-mode="vertical"] .tabs-closebutton-topbox > .tabs-closebutton:hover {
|
|
background: ThreeDHighlight !important;
|
|
}
|
|
|
|
:root[treestyletab-enable-compatibility-tmp="true"]
|
|
tabbrowser[treestyletab-mode="vertical"] .tabs-closebutton-topbox > .tabs-closebutton {
|
|
background-image: none !important;
|
|
margin: 0 !important;
|
|
padding: 0 2px !important;
|
|
width: 100% !important;
|
|
min-height: 0 !important;
|
|
height: 16px !important;
|
|
}
|
|
|
|
:root[treestyletab-enable-compatibility-tmp="true"]
|
|
tabbrowser[treestyletab-mode="vertical"] .tabs-newtab-topbox > .tabs-newtab-button {
|
|
-moz-box-flex: 1;
|
|
-moz-box-align: center;
|
|
-moz-box-pack: center;
|
|
-moz-box-orient: vertical;
|
|
}
|
|
|
|
:root[treestyletab-enable-compatibility-tmp="true"]
|
|
tabbrowser[treestyletab-mode="vertical"] .tabbrowser-arrowscrollbox[type="tabmix"] {
|
|
visibility: collapse !important;
|
|
}
|