mirror of
https://github.com/aljazceru/landscape-template.git
synced 2026-01-31 12:14:30 +01:00
11 lines
185 B
CSS
11 lines
185 B
CSS
.input::-webkit-outer-spin-button,
|
|
.input::-webkit-inner-spin-button {
|
|
-webkit-appearance: none;
|
|
margin: 0;
|
|
}
|
|
|
|
/* Firefox */
|
|
.input[type="number"] {
|
|
-moz-appearance: textfield;
|
|
}
|