diff options
author | Moonchild <mcwerewolf@gmail.com> | 2018-06-05 03:02:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-05 03:02:06 +0200 |
commit | 669b0174806c5b3427d3cf2ae048dc1bbb80d4d0 (patch) | |
tree | 5c4ccd340a79f353d261f84b85ac1c4d8725c772 | |
parent | 5ede0a5d172ddc67908a6c21132799a589ea09ca (diff) | |
parent | fd614f7ced316722a98afdfd0219fac6ffb02551 (diff) | |
download | UXP-669b0174806c5b3427d3cf2ae048dc1bbb80d4d0.tar UXP-669b0174806c5b3427d3cf2ae048dc1bbb80d4d0.tar.gz UXP-669b0174806c5b3427d3cf2ae048dc1bbb80d4d0.tar.lz UXP-669b0174806c5b3427d3cf2ae048dc1bbb80d4d0.tar.xz UXP-669b0174806c5b3427d3cf2ae048dc1bbb80d4d0.zip |
Merge pull request #442 from SpockMan02/patch-2
Fix a file path for macOS
-rw-r--r-- | application/basilisk/themes/osx/preferences/preferences.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/basilisk/themes/osx/preferences/preferences.css b/application/basilisk/themes/osx/preferences/preferences.css index da0e66b6e..4f17ec58d 100644 --- a/application/basilisk/themes/osx/preferences/preferences.css +++ b/application/basilisk/themes/osx/preferences/preferences.css @@ -5,7 +5,7 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -%include ../../../../toolkit/themes/osx/global/shared.inc +%include ../../../../../toolkit/themes/osx/global/shared.inc @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); @namespace html url("http://www.w3.org/1999/xhtml"); |