Use more meaningful variable name
This commit is contained in:
parent
776e6b5209
commit
5a5701bf13
@ -37,11 +37,11 @@
|
||||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
||||
|
||||
:root[devtoolstheme="light"] {
|
||||
--tabs-newtab-button-background: -moz-dialog;
|
||||
--tabs-newtab-button-background-hover: ThreeDHighlight;
|
||||
--tab-surface: -moz-dialog;
|
||||
--tab-surface-hover: ThreeDHighlight;
|
||||
}
|
||||
|
||||
:root[devtoolstheme="dark"] {
|
||||
--tabs-newtab-button-background: #39424D;
|
||||
--tabs-newtab-button-background-hover: #49525D;
|
||||
--tab-surface: #39424D;
|
||||
--tab-surface-hover: #49525D;
|
||||
}
|
@ -52,11 +52,11 @@
|
||||
border-radius: 0;
|
||||
-moz-border-radius: 0;
|
||||
border-top: 1px solid ThreeDShadow !important;
|
||||
background: var(--tabs-newtab-button-background) !important;
|
||||
background: var(--tab-surface) !important;
|
||||
}
|
||||
.tabbrowser-tabs[treestyletab-mode="vertical"] .tabs-newtab-button:hover,
|
||||
.treestyletab-tabbar-toolbar[treestyletab-mode="vertical"] > toolbarbutton:hover {
|
||||
background: var(--tabs-newtab-button-background-hover) !important;
|
||||
background: var(--tab-surface-hover) !important;
|
||||
}
|
||||
|
||||
/* for Mac OS X */
|
||||
|
Loading…
Reference in New Issue
Block a user