diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 96a6a771..f71d2fc0 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -2756,7 +2756,7 @@ html.c .modalcontent { } .close{ position: absolute; - cursor: pointer; + cursor: default; top: 0; right: 0; margin: .5em; @@ -2766,6 +2766,7 @@ html.c .modalcontent { } .closepane { position: absolute; + cursor: default; top: 0; left: 0; bottom: 0; diff --git a/copyparty/web/browser.html b/copyparty/web/browser.html index 8ec40c50..0e93377f 100644 --- a/copyparty/web/browser.html +++ b/copyparty/web/browser.html @@ -180,7 +180,7 @@