Fix coding style: add space before values
This commit is contained in:
parent
a190f95f63
commit
776e6b5209
@ -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;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user