mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 17:37:17 +02:00
7 lines
121 B
SCSS
7 lines
121 B
SCSS
input[type=number]::-webkit-inner-spin-button {
|
|
display: none;
|
|
}
|
|
|
|
input[type=number] {
|
|
-moz-appearance: textfield;
|
|
}
|