I'm trying to implement a Horizontal Slider using 'dijit/form/HorizontalSlider'. I successfully got the Slider working but the slider comes with a red color
. How can i change the color to white or any color that i want? Below is the code snippet that im using. Thanks.
createSlider= function() { sliderOpacity = new HorizontalSlider({ name: "slider", value: 60, minimum: 0, maximum: 100, intermediateChanges: true }, "sliderOpacity"); sliderOpacity.startup(); dojo.connect(dijit.byId('sliderOpacity'), 'onChange', changeOpacity); },
أكثر...

createSlider= function() { sliderOpacity = new HorizontalSlider({ name: "slider", value: 60, minimum: 0, maximum: 100, intermediateChanges: true }, "sliderOpacity"); sliderOpacity.startup(); dojo.connect(dijit.byId('sliderOpacity'), 'onChange', changeOpacity); },
أكثر...