From 3dfc77740910d98fa4cfb5bb813141c04c6a6de5 Mon Sep 17 00:00:00 2001 From: Korbs Date: Fri, 13 Oct 2023 21:58:35 -0400 Subject: [PATCH] Update custom cursor on other pages --- css/app.main.css | 2 +- css/landing.css | 1 + html/content-settings.ejs | 5 +++++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/css/app.main.css b/css/app.main.css index b3ddab15..bccb47f3 100644 --- a/css/app.main.css +++ b/css/app.main.css @@ -743,7 +743,7 @@ body { } -body {cursor: url('/static/cursor.ico'), default} +body, .loaded {cursor: url('/static/cursor.ico'), default !important} a, btn, diff --git a/css/landing.css b/css/landing.css index cef55c86..5db5c8fc 100644 --- a/css/landing.css +++ b/css/landing.css @@ -715,6 +715,7 @@ button, summary, span > a, li > a {cursor: url('/static/cursor-pointer.ico'), pointer} +.btn {cursor: url('/static/cursor-pointer.ico'), pointer !important} @keyframes gradient { 0% { diff --git a/html/content-settings.ejs b/html/content-settings.ejs index 1fad159a..5dad7337 100644 --- a/html/content-settings.ejs +++ b/html/content-settings.ejs @@ -70,6 +70,11 @@ } + +body, .loaded, select {cursor: url('/static/cursor.ico'), default !important} + +button {cursor: url('/static/cursor-pointer.ico'), pointer !important} + .cnt { margin: auto; display: flex;