Change background color of tabs from ThreeDFace to Window (but it can be annoying on platforms not Ubuntu)

This commit is contained in:
SHIMODA Hiroshi 2012-04-24 18:45:20 +09:00
parent 3792c8a239
commit b670f9e93e
5 changed files with 6 additions and 6 deletions

View File

@ -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 {

View File

@ -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 {

View File

@ -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,

View File

@ -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;
} }

View File

@ -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"]