Color range does not work

Hi!
color range does not work, I want to put color in the range entry like this:

image

the documentation says :

<div class="item range range-positive">    
    <input type="range" name="name" min="0" max="100">    
</div>

but it does not work:

image

:frowning: