Reply To: change the length/color of the slider

PennController for IBEX Forums Support change the length/color of the slider Reply To: change the length/color of the slider

#6397
Jeremy
Keymaster

Hi August,

Apparently there is a max-width CSS property that’s being set to content in some versions of PennController, which limits the maximum size you can pass. Just add .css("max-width", "unset") after your size command and that should do the trick

As for the color, the default rendering of the slider is handled different by each browser. If you want to modify its aesthetics, you’ll have to do some CSS magic

Jeremy