style: CSS formatting
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
input::-webkit-outer-spin-button,
|
||||
input::-webkit-inner-spin-button {
|
||||
display: none;
|
||||
-webkit-appearance: none;
|
||||
appearance: none;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
input[type=number] {
|
||||
-moz-appearance:textfield;
|
||||
input[type="number"] {
|
||||
appearance:textfield;
|
||||
}
|
||||
|
Reference in New Issue
Block a user