1
0
Fork 0
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:
cTn 2014-01-15 16:53:16 +01:00
parent d8aca56961
commit 957e85ce1a
2 changed files with 17 additions and 0 deletions

View file

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 990 B