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