I have an input of type number that is rendered using the following code:
<input class="quantity" id="id_form-0-quantity" min="0" name="form-0-quantity" value="1" type="number">
It looks like this:
I would like to turn it into something like this:
The second view is emulated using two separate buttons.
How could I style the arrows as described?


