From 4ec6f33be6130705b81f19fdc9e2fe01b4a3e7e2 Mon Sep 17 00:00:00 2001 From: Minteck Date: Sat, 5 Jun 2021 21:03:47 +0200 Subject: Stats presque fini --- views/common/fonts.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'views/common/fonts.css') diff --git a/views/common/fonts.css b/views/common/fonts.css index ac8f9f0..190dd75 100644 --- a/views/common/fonts.css +++ b/views/common/fonts.css @@ -19,9 +19,5 @@ } body, * { - cursor: url("../../cursors/main.png"), default !important; -} - -input { - cursor: url("../../cursors/text.png"), default !important; + cursor: default !important; } \ No newline at end of file -- cgit