Fix coding style: add space before values

This commit is contained in:
Piro / YUKI Hiroshi 2016-05-03 11:44:51 +09:00
parent a190f95f63
commit 776e6b5209

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;
--tabs-newtab-button-background: -moz-dialog;
--tabs-newtab-button-background-hover: ThreeDHighlight;
}
:root[devtoolstheme="dark"] {
--tabs-newtab-button-background:#39424D;
--tabs-newtab-button-background-hover:#49525D;
--tabs-newtab-button-background: #39424D;
--tabs-newtab-button-background-hover: #49525D;
}