Advertisement
xsubZERO

Scroll Bars

Apr 3rd, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. Scrollbar codes by Harlow of SubZERO/WintersEdge.
  2.  
  3. <style>
  4. ::-webkit-scrollbar {width:6px; height:6px;}
  5. ::-webkit-scrollbar-track {background:#999;}
  6. ::-webkit-scrollbar-thumb {background:#000);}
  7. </style>
  8.  
  9. Just change the colors to suit your needs.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement