Apply default color scheme for non-dev-edition environment.

Regular Firefox doesn't have "devtoolstheme" attribute for its root element.
This commit is contained in:
Piro / YUKI Hiroshi 2016-05-03 11:48:31 +09:00
parent 5a5701bf13
commit d8bf4a4044

View File

@ -36,7 +36,7 @@
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
:root[devtoolstheme="light"] { :root {
--tab-surface: -moz-dialog; --tab-surface: -moz-dialog;
--tab-surface-hover: ThreeDHighlight; --tab-surface-hover: ThreeDHighlight;
} }