diff options
author | Moonchild <mcwerewolf@gmail.com> | 2018-04-22 10:11:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-22 10:11:15 +0200 |
commit | a54f392affe030063746aea829360541dc272ac5 (patch) | |
tree | caae0ccfbb3f38d69a658b4834eb4bf630881e79 /devtools | |
parent | 747b7a9cc4ee5e96ac42f19ed4a8a56a2f7d0103 (diff) | |
parent | 752af49b6e86d2d557f4aed740367a94b3c53fc0 (diff) | |
download | UXP-a54f392affe030063746aea829360541dc272ac5.tar UXP-a54f392affe030063746aea829360541dc272ac5.tar.gz UXP-a54f392affe030063746aea829360541dc272ac5.tar.lz UXP-a54f392affe030063746aea829360541dc272ac5.tar.xz UXP-a54f392affe030063746aea829360541dc272ac5.zip |
Merge pull request #229 from janekptacijarabaci/devtools_css_warnings_variable_1
[DevTools] Fix warnings: "Property contained reference to invalid variable"
Diffstat (limited to 'devtools')
-rw-r--r-- | devtools/client/webconsole/webconsole.xul | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devtools/client/webconsole/webconsole.xul b/devtools/client/webconsole/webconsole.xul index cd3e44d82..1310fb57d 100644 --- a/devtools/client/webconsole/webconsole.xul +++ b/devtools/client/webconsole/webconsole.xul @@ -7,6 +7,8 @@ %webConsoleDTD; ]> <?xml-stylesheet href="chrome://global/skin/" type="text/css"?> +<?xml-stylesheet href="resource://devtools/client/themes/common.css" + type="text/css"?> <?xml-stylesheet href="chrome://devtools/skin/widgets.css" type="text/css"?> <?xml-stylesheet href="chrome://devtools/skin/webconsole.css" |