Fix coding style: put space between selectors and "{"

This commit is contained in:
Piro / YUKI Hiroshi 2016-05-03 11:25:11 +09:00
parent 2823b18bf9
commit fb2394b983

View File

@ -1,9 +1,9 @@
:root[devtoolstheme="light"]{
:root[devtoolstheme="light"] {
--tabs-newtab-button-background:-moz-dialog;
--tabs-newtab-button-background-hover:ThreeDHighlight;
}
:root[devtoolstheme="dark"]{
:root[devtoolstheme="dark"] {
--tabs-newtab-button-background:#39424D;
--tabs-newtab-button-background-hover:#49525D;
}