I've just downloaded this plugin, but I need some ot开发者_如何学Cher color then purple. How do I set set it up?
I would like the up and down arrows to be black, background to be gray and the slider itself to be red.
How do i do this?
Just edit jscrollpane.css
To know what element you should edit, open the page in chrome and right click and inspect element. This will show what classes are being used to style the element.
For instance if you want to change the color of the slider, inspect it and you will see that the class you should edit is ".jspDrag"
That's just one way of knowing what element you should edit, but i think is the easier.
精彩评论