I have been trying to change the color of the thumb of a range in css to white since an hour now but nothing seems to work.
#red::-webkit-slider-thumb {
margin-top: -2.5px;
cursor: pointer;
background-color: white;
background-image: white;
background: white;
color: white;}
Please help me out. I use brave browser.