Change background color of tabs from ThreeDFace to Window (but it can be annoying on platforms not Ubuntu)
This commit is contained in:
parent
3792c8a239
commit
b670f9e93e
@ -16,7 +16,7 @@
|
|||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
-moz-border-radius: 0;
|
-moz-border-radius: 0;
|
||||||
border-top: 1px solid ThreeDShadow !important;
|
border-top: 1px solid ThreeDShadow !important;
|
||||||
background: ThreeDFace !important;
|
background: Window !important;
|
||||||
}
|
}
|
||||||
.tabbrowser-tabs[treestyletab-mode="vertical"] .tabs-newtab-button:hover,
|
.tabbrowser-tabs[treestyletab-mode="vertical"] .tabs-newtab-button:hover,
|
||||||
.treestyletab-tabbar-toolbar[treestyletab-mode="vertical"] > toolbarbutton:hover {
|
.treestyletab-tabbar-toolbar[treestyletab-mode="vertical"] > toolbarbutton:hover {
|
||||||
|
@ -85,7 +85,7 @@
|
|||||||
.tabbrowser-tab:not([pinned]),
|
.tabbrowser-tab:not([pinned]),
|
||||||
.tabbrowser-tabs:not([treestyletab-tabbar-position="top"])
|
.tabbrowser-tabs:not([treestyletab-tabbar-position="top"])
|
||||||
.tabbrowser-tab:not([pinned]):not([selected="true"]) {
|
.tabbrowser-tab:not([pinned]):not([selected="true"]) {
|
||||||
background: ThreeDFace repeat-x !important;
|
background: Window repeat-x !important;
|
||||||
}
|
}
|
||||||
.tabbrowser-tabs:not([treestyletab-tabbar-position="top"])
|
.tabbrowser-tabs:not([treestyletab-tabbar-position="top"])
|
||||||
:-moz-any(.tabbrowser-tab[pinned]:not([titlechanged]),
|
:-moz-any(.tabbrowser-tab[pinned]:not([titlechanged]),
|
||||||
@ -96,7 +96,7 @@
|
|||||||
.tabbrowser-tabs:not([treestyletab-tabbar-position="top"])
|
.tabbrowser-tabs:not([treestyletab-tabbar-position="top"])
|
||||||
:-moz-any(.tabbrowser-tab[pinned],
|
:-moz-any(.tabbrowser-tab[pinned],
|
||||||
.tabbrowser-tab[pinned][titlechanged]) {
|
.tabbrowser-tab[pinned][titlechanged]) {
|
||||||
background: ThreeDFace repeat-x !important;
|
background: Window repeat-x !important;
|
||||||
}
|
}
|
||||||
.tabbrowser-tabs[treestyletab-mode="vertical"][treestyletab-firsttab-border="true"]
|
.tabbrowser-tabs[treestyletab-mode="vertical"][treestyletab-firsttab-border="true"]
|
||||||
.tabbrowser-tab:not([pinned="true"]):not([selected="true"]):first-child {
|
.tabbrowser-tab:not([pinned="true"]):not([selected="true"]):first-child {
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
.tabbrowser-tab
|
.tabbrowser-tab
|
||||||
:-moz-any(.tab-background:not([pinned]),
|
:-moz-any(.tab-background:not([pinned]),
|
||||||
.tab-background:not([titlechanged])[pinned]) {
|
.tab-background:not([titlechanged])[pinned]) {
|
||||||
background-color: ThreeDFace !important;
|
background-color: Window !important;
|
||||||
background-image: -moz-linear-gradient(
|
background-image: -moz-linear-gradient(
|
||||||
top,
|
top,
|
||||||
rgba(0, 0, 0, 0.02) 0,
|
rgba(0, 0, 0, 0.02) 0,
|
||||||
|
@ -90,6 +90,6 @@
|
|||||||
/* autohide */
|
/* autohide */
|
||||||
.treestyletab-tabbar-toolbar[treestyletab-tabbar-autohide][treestyletab-mode="vertical"]
|
.treestyletab-tabbar-toolbar[treestyletab-tabbar-autohide][treestyletab-mode="vertical"]
|
||||||
#treestyletab-tabbar-resizer-box {
|
#treestyletab-tabbar-resizer-box {
|
||||||
background: ThreeDFace;
|
background: Window;
|
||||||
opacity: 0.75;
|
opacity: 0.75;
|
||||||
}
|
}
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
-moz-border-bottom-colors: none !important;
|
-moz-border-bottom-colors: none !important;
|
||||||
-moz-border-left-colors: none !important;
|
-moz-border-left-colors: none !important;
|
||||||
border-top: 1px solid ThreeDShadow !important;
|
border-top: 1px solid ThreeDShadow !important;
|
||||||
background: ThreeDFace !important;
|
background: Window !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
:root[treestyletab-enable-compatibility-tmp="true"]
|
:root[treestyletab-enable-compatibility-tmp="true"]
|
||||||
|
Loading…
Reference in New Issue
Block a user