Added input fetching and validation

This commit is contained in:
unsettledgames
2020-09-13 11:58:46 +02:00
parent 7583adb3d1
commit 3cf72dd928
3 changed files with 55 additions and 26 deletions

View File

@ -1007,10 +1007,20 @@ svg {
input {
position:relative;
margin-left:10px;
width:10px;
height:10px;
height:10px;
width:20px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
/* Firefox */
input[type=number] {
-moz-appearance: textfield;
}
h2 {
position:relative;
display:inline-block;