diff --git a/scripts/make-sfx.sh b/scripts/make-sfx.sh index e73f3296..f6fac8fb 100755 --- a/scripts/make-sfx.sh +++ b/scripts/make-sfx.sh @@ -225,7 +225,7 @@ done rm -rf copyparty/web/dd f=copyparty/web/browser.css gzip -d "$f" - sed -r 's/(cursor: )url\([^)]+\), (pointer)/\1\2/; /[0-9]+% \{cursor:/d; /animation: cursor/d' <$f >t + sed -r 's/(cursor: ?)url\([^)]+\), ?(pointer)/\1\2/; /[0-9]+% \{cursor:/d; /animation: ?cursor/d' <$f >t tmv "$f" }