feat: add style assets
This commit is contained in:
10
assets/styles/input_number_arrows.css
Normal file
10
assets/styles/input_number_arrows.css
Normal file
@ -0,0 +1,10 @@
|
||||
input::-webkit-outer-spin-button,
|
||||
input::-webkit-inner-spin-button {
|
||||
display: none;
|
||||
-webkit-appearance: none;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
input[type=number] {
|
||||
-moz-appearance:textfield;
|
||||
}
|
Reference in New Issue
Block a user