Advertisement
Guest User

Untitled

a guest
Mar 4th, 2015
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.         /* ------------------------------------------------------------------------ */
  2.         /*  NICE SCROLL
  3.         /* ------------------------------------------------------------------------ */ 
  4.         $("html").niceScroll({
  5.             cursorcolor: '#fff',
  6.             cursoropacitymin: '0',
  7.             cursoropacitymax: '1',
  8.             cursorwidth: '3px',
  9.             zindex: 10000,
  10.             horizrailenabled: false,
  11.             enablekeyboard: false,
  12.         });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement