diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-22 02:28:42 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-22 02:28:42 +0200 |
commit | 766ad26871b23d1135643086aaf064f39d9cc3a7 (patch) | |
tree | e86c44f6650b45e6d72fe18838012ae197411dba /application | |
parent | 0a744b1cfeecdd2487d9166792ac5234edc9ee6a (diff) | |
download | uxp-766ad26871b23d1135643086aaf064f39d9cc3a7.tar.gz |
[PALEMOON] [frontend vs backend] Use "devtools-browser.css" instead of "global/skin/devtools/common.css" (does not exist) in browser.xul
Issue #121
Diffstat (limited to 'application')
-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"?> |