ForbodingAngel

Untitled

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