add hover styling to login button
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
85d715ad00
commit
f526c20e78
@ -126,6 +126,15 @@ a {
|
|||||||
align-self: center;
|
align-self: center;
|
||||||
background-color: #AFAFAF;
|
background-color: #AFAFAF;
|
||||||
border-top: 2px solid black;
|
border-top: 2px solid black;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
#kc-form-buttons:hover {
|
||||||
|
background-color: #bce1d1;
|
||||||
|
}
|
||||||
|
|
||||||
|
#kc-form-buttons:hover .login-button {
|
||||||
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
.login-button {
|
.login-button {
|
||||||
|
Loading…
Reference in New Issue
Block a user