mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2025-02-04 19:14:29 +00:00
add form hover effects
This commit is contained in:
parent
925634392b
commit
3b0c619133
@ -56,6 +56,11 @@ textarea {
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
input:hover,
|
||||
textarea:hover {
|
||||
background: #636884;
|
||||
}
|
||||
|
||||
input[type="submit"] {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
@ -86,6 +86,12 @@
|
||||
background-color: #34384f;
|
||||
}
|
||||
|
||||
/*
|
||||
.background-color-hover-night-light:hover {
|
||||
background-color: #363a51;
|
||||
}
|
||||
*/
|
||||
|
||||
.background-color-red {
|
||||
background-color: #9b4a4a;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user