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