Is it possible to apply a style in the inner \"up arrow\" and \"down arrow\" of a in CSS? I would like to change the background of
For mozila
input[type=number] { -moz-appearance: textfield; appearance: textfield; margin: 0; }
For Chrome
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }