11 lines
172 B
CSS
11 lines
172 B
CSS
input::-webkit-outer-spin-button,
|
|
input::-webkit-inner-spin-button {
|
|
display: none;
|
|
appearance: none;
|
|
margin: 0;
|
|
}
|
|
|
|
input[type="number"] {
|
|
appearance: textfield;
|
|
}
|