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:
parent
5a5701bf13
commit
d8bf4a4044
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user