From 11cf43626d423c20e477d6b5d215f97f3de4cd4f Mon Sep 17 00:00:00 2001 From: ed Date: Fri, 3 Sep 2021 20:38:14 +0200 Subject: [PATCH] make-sfx: fix no-dd css modifier --- scripts/make-sfx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }