Hover
This commit is contained in:
parent
66a1f208bf
commit
34bcc8bb9f
|
@ -234,6 +234,11 @@ body {
|
|||
padding: 2px 6px;
|
||||
border-radius: 7px;
|
||||
cursor: pointer;
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
.shortcut-indicator-2:hover {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
#lockIcon {
|
||||
|
@ -330,6 +335,11 @@ body {
|
|||
padding: 2px 6px;
|
||||
border-radius: 7px;
|
||||
cursor: pointer;
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
.shortcut-indicator:hover {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
#erudaLoadingScreen {
|
||||
|
|
|
@ -125,4 +125,9 @@
|
|||
padding: 2px 6px;
|
||||
border-radius: 7px;
|
||||
cursor: pointer;
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
.shortcut-indicator-4:hover {
|
||||
background-color: #ffffff;
|
||||
}
|
|
@ -117,7 +117,7 @@
|
|||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(calc(-50% + 195px), -50%);
|
||||
transform: translate(calc(-50% + 195px), -50%);
|
||||
font-size: 12px;
|
||||
font-weight: 500;
|
||||
color: #000000;
|
||||
|
@ -125,4 +125,9 @@
|
|||
padding: 2px 6px;
|
||||
border-radius: 7px;
|
||||
cursor: pointer;
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
.shortcut-indicator-3:hover {
|
||||
background-color: #ffffff;
|
||||
}
|
|
@ -178,7 +178,7 @@
|
|||
|
||||
#save-wisp-url {
|
||||
padding: 8px 10px;
|
||||
background-color: #ffffff;
|
||||
background-color: #c4c4c4;
|
||||
border: 1px solid #4141411a;
|
||||
color: #000000;
|
||||
font-size: 16px;
|
||||
|
@ -189,7 +189,7 @@
|
|||
}
|
||||
|
||||
#save-wisp-url:hover {
|
||||
background-color: #cfcfcf;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
#save-wisp-url:active {
|
||||
|
|
Loading…
Reference in New Issue
Block a user