change default cursor and hover cursor

This commit is contained in:
ReznoRMichael 2021-07-14 14:59:26 +02:00
parent 21577d822d
commit 9a62dd1fce
5 changed files with 14 additions and 2 deletions

View file

@ -5405,6 +5405,8 @@ function GenerateInnerHTML(db) {
case "green":
obj.icon = iconGreen;
/* -------- Prevents blurring when a player has already completed the entry --------- */
obj.span[0] = "<span class='spoiler-span-green'>";
break;

File diff suppressed because one or more lines are too long

View file

@ -127,6 +127,7 @@
:root {
--rt-main: #1e4d6c;
cursor: default;
}
html {
@ -358,6 +359,10 @@ input[type="file"] {
-webkit-filter: none;
}
.spoiler-span.blurred:hover {
cursor: default;
}
.hint::first-letter {
position: absolute;
float: left;

File diff suppressed because one or more lines are too long

View file

@ -20,6 +20,7 @@
:root {
--rt-main: #1e4d6c;
cursor: default;
}
html {
@ -251,6 +252,10 @@ input[type="file"] {
-webkit-filter: none;
}
.spoiler-span.blurred:hover {
cursor: default;
}
.hint::first-letter {
position: absolute;
float: left;