1
0
forked from sent/waves
This commit is contained in:
𓍼 2025-04-22 23:00:19 -05:00
parent 66a1f208bf
commit 34bcc8bb9f
4 changed files with 23 additions and 3 deletions

View File

@ -234,6 +234,11 @@ body {
padding: 2px 6px; padding: 2px 6px;
border-radius: 7px; border-radius: 7px;
cursor: pointer; cursor: pointer;
transition: all 0.3s ease;
}
.shortcut-indicator-2:hover {
background-color: #ffffff;
} }
#lockIcon { #lockIcon {
@ -330,6 +335,11 @@ body {
padding: 2px 6px; padding: 2px 6px;
border-radius: 7px; border-radius: 7px;
cursor: pointer; cursor: pointer;
transition: all 0.3s ease;
}
.shortcut-indicator:hover {
background-color: #ffffff;
} }
#erudaLoadingScreen { #erudaLoadingScreen {

View File

@ -125,4 +125,9 @@
padding: 2px 6px; padding: 2px 6px;
border-radius: 7px; border-radius: 7px;
cursor: pointer; cursor: pointer;
transition: all 0.3s ease;
}
.shortcut-indicator-4:hover {
background-color: #ffffff;
} }

View File

@ -117,7 +117,7 @@
position: absolute; position: absolute;
top: 50%; top: 50%;
left: 50%; left: 50%;
transform: translate(calc(-50% + 195px), -50%); transform: translate(calc(-50% + 195px), -50%);
font-size: 12px; font-size: 12px;
font-weight: 500; font-weight: 500;
color: #000000; color: #000000;
@ -125,4 +125,9 @@
padding: 2px 6px; padding: 2px 6px;
border-radius: 7px; border-radius: 7px;
cursor: pointer; cursor: pointer;
transition: all 0.3s ease;
}
.shortcut-indicator-3:hover {
background-color: #ffffff;
} }

View File

@ -178,7 +178,7 @@
#save-wisp-url { #save-wisp-url {
padding: 8px 10px; padding: 8px 10px;
background-color: #ffffff; background-color: #c4c4c4;
border: 1px solid #4141411a; border: 1px solid #4141411a;
color: #000000; color: #000000;
font-size: 16px; font-size: 16px;
@ -189,7 +189,7 @@
} }
#save-wisp-url:hover { #save-wisp-url:hover {
background-color: #cfcfcf; background-color: #ffffff;
} }
#save-wisp-url:active { #save-wisp-url:active {