Remove arrows from numeric input control
This commit is contained in:
@@ -27,10 +27,10 @@
|
|||||||
|
|
||||||
.no-arrows::-webkit-outer-spin-button,
|
.no-arrows::-webkit-outer-spin-button,
|
||||||
.no-arrows::-webkit-inner-spin-button {
|
.no-arrows::-webkit-inner-spin-button {
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none !important;
|
||||||
margin: 0;
|
margin: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.no-arrows {
|
.no-arrows {
|
||||||
-moz-appearance: textfield;
|
-moz-appearance: textfield !important;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user