summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoonchild <mcwerewolf@gmail.com>2018-04-22 10:11:15 +0200
committerGitHub <noreply@github.com>2018-04-22 10:11:15 +0200
commita54f392affe030063746aea829360541dc272ac5 (patch)
treecaae0ccfbb3f38d69a658b4834eb4bf630881e79
parent747b7a9cc4ee5e96ac42f19ed4a8a56a2f7d0103 (diff)
parent752af49b6e86d2d557f4aed740367a94b3c53fc0 (diff)
downloadUXP-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"
-rw-r--r--devtools/client/webconsole/webconsole.xul2
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"