Use more meaningful variable name

This commit is contained in:
Piro / YUKI Hiroshi 2016-05-03 11:45:33 +09:00
parent 776e6b5209
commit 5a5701bf13
2 changed files with 6 additions and 6 deletions

View File

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

View File

@ -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 */