Styling a input type=number

前端 未结 8 1670
野趣味
野趣味 2020-12-12 23:17

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

8条回答
  •  情歌与酒
    2020-12-13 00:03

    I've been struggling with this on mobile and tablet. My solution was to use absolute positioning on the spinners, so I'm just posting it in case it helps anyone else:

    
        
      
      
      
      
        
    
      

提交回复
热议问题