range-slider-input icon indicating copy to clipboard operation
range-slider-input copied to clipboard

style question

Open tqphan opened this issue 1 year ago • 1 comments

Is it possible to style the background of the slider to be transparent? I only want the thumbs to be visible. I was able to set .range-slider__range transparent but not the background of the whole slider itself.

tqphan avatar May 30 '23 02:05 tqphan

I was able to do it by using background with a random color and a set to 0. If I set opacity to 0 everything disappeared. #range-slider { other styling* background: rgba(16, 141, 66, 0); }

JBlashME avatar Jun 04 '23 03:06 JBlashME