jquery - Slider thumb easier to grab on tactile devices -


i using bootstrap sliders, thumb feels kind of hard grab on tactile devices though made pretty big.

input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none !important; width: 20px; height: 20px; background-color: #ececec; border-radius: 30px; box-shadow: 0px 0px 3px #3c6d59; transition: 0.5s ease; border: none; padding: 15px; } 

i tried create add padding doesn't change feeling. tried create invisible div around thumb unsuccessful.

open suggestions, cheers!

this how made slider button bigger:

transform:scale(2); 

the above code makes slider button 2 times bigger.

jsfiddle demo here


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -