I have this input type:
input[type=number] {
    width:9vw;
 height:10vw;
 max-width:42px;
 max-height:52px;
 text-align: center;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
 border-radius:1px;
 text-align:center;
 border:3px solid black;
 display:inline-block;
 margin-left:6%;
 background-color:black;
 color:white;
}<input type="number"  MIN="0" MAX="15"  default="2" >I noticed that the display changes with different browsers. I I would set the arrows always visible and which cover the entire height. I would only white arrows on a black background. I need also to set default value to 2. thanks for your help
 
     
    