Advertisement
Guest User

Untitled

a guest
May 20th, 2016
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. /* AGENT_SHEET */
  2.  
  3. scrollbar {
  4.  
  5. -moz-appearance: none !important;
  6.  
  7. background: #000000 !important;
  8.  
  9. border-left: 1px solid #161616 !important;}
  10.  
  11. scrollbar thumb {
  12.  
  13. -moz-appearance: none !important;
  14.  
  15. background: #000000 !important;
  16.  
  17. background-clip: padding-box !important;
  18.  
  19. border: none !important;}
  20.  
  21. scrollbar scrollbarbutton,
  22.  
  23. scrollbar gripper,
  24.  
  25. scrollcorner {
  26.  
  27. -moz-appearance: none !important;
  28.  
  29. background: #000000 !important;
  30.  
  31. border: none !important;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement