Resize range cursor

Hi

how to resize the range cursor ?
I’d like to change the dimensions of the cursor but I can’t find it when I inspect the range with Chrome DevTools

<input type="range" min="0" max="10" name="userlevelofsurfing" ng-model="data.levelvalue"/>	

Thanks