javascript - Dijit horizontal slider color issue -


i'm trying implement horizontal slider using 'dijit/form/horizontalslider'. got slider working slider comes red color.. how can change color white or color want? below code snippet i'm using.

        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);      },
<div class="slider">      <div id="slideropacity">      </div>  </div>


Comments

Popular posts from this blog

html - Firefox flex bug applied to buttons? -

html - Missing border-right in select on Firefox -

c# - two queries in same method -