mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 15:56:07 -07:00
Hide arrows on number inputes
This commit is contained in:
parent
1a293d525f
commit
6056e1d3b9
1 changed files with 5 additions and 0 deletions
|
@ -548,6 +548,11 @@ input[type="color"],
|
|||
border-radius: 3px;
|
||||
transition: background-color .3s;
|
||||
}
|
||||
input[type=number]::-webkit-inner-spin-button,
|
||||
input[type=number]::-webkit-outer-spin-button {
|
||||
-webkit-appearance: none;
|
||||
margin: 0;
|
||||
}
|
||||
textarea.form-control {
|
||||
height: initial;
|
||||
margin: 5px 0 5px 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue