summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoonchild <mcwerewolf@gmail.com>2018-06-05 03:02:06 +0200
committerGitHub <noreply@github.com>2018-06-05 03:02:06 +0200
commit669b0174806c5b3427d3cf2ae048dc1bbb80d4d0 (patch)
tree5c4ccd340a79f353d261f84b85ac1c4d8725c772
parent5ede0a5d172ddc67908a6c21132799a589ea09ca (diff)
parentfd614f7ced316722a98afdfd0219fac6ffb02551 (diff)
downloaduxp-669b0174806c5b3427d3cf2ae048dc1bbb80d4d0.tar.gz
Merge pull request #442 from SpockMan02/patch-2
Fix a file path for macOS
-rw-r--r--application/basilisk/themes/osx/preferences/preferences.css2
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 da0e66b6ee..4f17ec58dd 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");