From 56437d7445cf0cdf3d5053fbf7043b39f1a96856 Mon Sep 17 00:00:00 2001 From: Minteck Date: Fri, 27 Aug 2021 19:43:41 +0200 Subject: *Trying to* fix the mouse bug --- views/common/fonts.css | 4 ++-- views/online.html | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'views') diff --git a/views/common/fonts.css b/views/common/fonts.css index a7d81d5..1dd094e 100644 --- a/views/common/fonts.css +++ b/views/common/fonts.css @@ -18,6 +18,6 @@ font-family: monospace !important; } -body, * { - cursor: default !important; +* { + cursor: not-allowed !important; } \ No newline at end of file diff --git a/views/online.html b/views/online.html index 8d79994..ec4134b 100644 --- a/views/online.html +++ b/views/online.html @@ -31,6 +31,7 @@

+

-- cgit