diff options
author | Moonchild <mcwerewolf@gmail.com> | 2018-04-22 10:12:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-22 10:12:40 +0200 |
commit | a558ac8ac92208a5bc6fdaf77e9ea269559ee978 (patch) | |
tree | e1f7f8f7146fd979eaed08c9c25e86c3b7425932 | |
parent | a54f392affe030063746aea829360541dc272ac5 (diff) | |
parent | 766ad26871b23d1135643086aaf064f39d9cc3a7 (diff) | |
download | uxp-a558ac8ac92208a5bc6fdaf77e9ea269559ee978.tar.gz |
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.xul | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/palemoon/base/content/browser.xul b/application/palemoon/base/content/browser.xul index 11c4f16f98..c2553f2956 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"?> |