mirror of
https://github.com/aljazceru/landscape-template.git
synced 2026-01-28 10:44:23 +01:00
15 lines
299 B
SCSS
15 lines
299 B
SCSS
.input-removed-arrows::-webkit-outer-spin-button,
|
|
.input-removed-arrows::-webkit-inner-spin-button {
|
|
-webkit-appearance: none;
|
|
margin: 0;
|
|
}
|
|
|
|
/* Firefox */
|
|
.input-removed-arrows[type="number"] {
|
|
-moz-appearance: textfield;
|
|
}
|
|
|
|
button[disabled]{
|
|
opacity: .5;
|
|
pointer-events: none;
|
|
} |