input[type='range']
{
background: #0c0;
height:10px;
}
input[type='range']::-webkit-slider-thumb
{
background:#f60;
height:30px;
width:30px;
border-radius: 30px;
}
input[type='range']
{
background: #0c0;
height:10px;
}
input[type='range']::-webkit-slider-thumb
{
background:#f60;
height:30px;
width:30px;
border-radius: 30px;
}