summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoonchild <mcwerewolf@gmail.com>2018-04-22 10:12:40 +0200
committerGitHub <noreply@github.com>2018-04-22 10:12:40 +0200
commita558ac8ac92208a5bc6fdaf77e9ea269559ee978 (patch)
treee1f7f8f7146fd979eaed08c9c25e86c3b7425932
parenta54f392affe030063746aea829360541dc272ac5 (diff)
parent766ad26871b23d1135643086aaf064f39d9cc3a7 (diff)
downloadUXP-a558ac8ac92208a5bc6fdaf77e9ea269559ee978.tar
UXP-a558ac8ac92208a5bc6fdaf77e9ea269559ee978.tar.gz
UXP-a558ac8ac92208a5bc6fdaf77e9ea269559ee978.tar.lz
UXP-a558ac8ac92208a5bc6fdaf77e9ea269559ee978.tar.xz
UXP-a558ac8ac92208a5bc6fdaf77e9ea269559ee978.zip
Merge pull request #228 from janekptacijarabaci/pm_devtools_4_path
[PALEMOON] [frontend vs backend] Use "devtools-browser.css" instead of "global/skin/devtools/common.css" (does not exist) in browser.xul
-rw-r--r--application/palemoon/base/content/browser.xul2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/palemoon/base/content/browser.xul b/application/palemoon/base/content/browser.xul
index 11c4f16f9..c2553f295 100644
--- a/application/palemoon/base/content/browser.xul
+++ b/application/palemoon/base/content/browser.xul
@@ -13,7 +13,7 @@
<?xml-stylesheet href="chrome://browser/content/places/places.css" type="text/css"?>
#ifdef MOZ_DEVTOOLS
-<?xml-stylesheet href="chrome://global/skin/devtools/common.css" type="text/css"?>
+<?xml-stylesheet href="chrome://devtools/skin/devtools-browser.css" type="text/css"?>
#endif
<?xml-stylesheet href="chrome://browser/skin/" type="text/css"?>