change default cursor and hover cursor
This commit is contained in:
parent
21577d822d
commit
9a62dd1fce
5 changed files with 14 additions and 2 deletions
|
|
@ -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
|
|
@ -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
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue