ForbodingAngel

Untitled

Apr 18th, 2014
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. /* Let's get this party started */
  2. ::-webkit-scrollbar {
  3. width: 3px;
  4. }
  5.  
  6. /* Track */
  7. ::-webkit-scrollbar-track {
  8. -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
  9. -webkit-border-radius: 0px;
  10. border-radius: 0px;
  11. }
  12.  
  13. /* Handle */
  14. ::-webkit-scrollbar-thumb {
  15. -webkit-border-radius: 0px;
  16. border-radius: 0px;
  17. background: rgba(100,100,100,0.3);
  18. }
  19. ::-webkit-scrollbar-thumb:window-inactive {
  20. background: rgba(175,175,175,0.3);
  21. }
Advertisement
Add Comment
Please, Sign In to add comment