mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-02 10:05:33 +00:00
add form hover effects
This commit is contained in:
parent
925634392b
commit
3b0c619133
2 changed files with 11 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue