mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Set cursor: pointer;
for buttons, inputs (buttons) (#1710)
* Set `cursor: pointer;` for buttons, inputs (buttons) * Update CHANGELOG.md
This commit is contained in:
parent
e10341355b
commit
ee8751076a
2 changed files with 8 additions and 0 deletions
|
@ -558,6 +558,13 @@ a.postLink-name, a.postLink-name:visited {
|
|||
/* ---------------------------------- *
|
||||
Inputs, buttons, forms
|
||||
* ---------------------------------- */
|
||||
input[type=button],
|
||||
input[type=submit],
|
||||
input[type=reset],
|
||||
button {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
input, textarea, select {
|
||||
font-family: Verdana, sans-serif;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue