mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -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
|
@ -6,6 +6,7 @@
|
|||
**Merged pull requests:**
|
||||
|
||||
- Release 2.4.5 🍧️ ([belomaxorka](https://github.com/belomaxorka))
|
||||
- Set `cursor: pointer;` for buttons, inputs (buttons) [\#1710](https://github.com/torrentpier/torrentpier/pull/1710) ([belomaxorka](https://github.com/belomaxorka))
|
||||
- Minor improvements [\#1705](https://github.com/torrentpier/torrentpier/pull/1705) ([belomaxorka](https://github.com/belomaxorka))
|
||||
- New Crowdin updates [\#1704](https://github.com/torrentpier/torrentpier/pull/1704), [\#1706](https://github.com/torrentpier/torrentpier/pull/1706) ([Exileum](https://github.com/Exileum))
|
||||
|
||||
|
|
|
@ -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