mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-13 03:19:54 +03:00
nicer arrows for input number
This commit is contained in:
parent
d8aca56961
commit
957e85ce1a
2 changed files with 17 additions and 0 deletions
|
@ -19,6 +19,23 @@ a {
|
|||
a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
input[type="number"]::-webkit-inner-spin-button {
|
||||
-webkit-appearance: none;
|
||||
|
||||
display: block;
|
||||
width: 15px;
|
||||
|
||||
background-image: url('../images/arrows.png');
|
||||
background-repeat: no-repeat;
|
||||
|
||||
border-left: 1px solid silver;
|
||||
}
|
||||
input[type=number]::-webkit-inner-spin-button:before {
|
||||
content: "";
|
||||
}
|
||||
input[type=number]::-webkit-inner-spin-button:after {
|
||||
content: "";
|
||||
}
|
||||
.clear-both {
|
||||
clear: both;
|
||||
}
|
||||
|
|
BIN
images/arrows.png
Normal file
BIN
images/arrows.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 990 B |
Loading…
Add table
Add a link
Reference in a new issue