mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +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;
|
||||
}
|
||||
|
||||
input:hover,
|
||||
textarea:hover {
|
||||
background: #636884;
|
||||
}
|
||||
|
||||
input[type="submit"] {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue