Advertisement
Guest User

Untitled

a guest
Jul 19th, 2018
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. ::-webkit-scrollbar {
  2. width: 12px;
  3. }
  4.  
  5. ::-webkit-scrollbar-track {
  6. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  7. -webkit-border-radius: 10px;
  8. border-radius: 10px;
  9. }
  10.  
  11. ::-webkit-scrollbar-thumb {
  12. -webkit-border-radius: 10px;
  13. border-radius: 10px;
  14. background: rgba(255,0,0,0.8);
  15. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
  16. }
  17. ::-webkit-scrollbar-thumb:window-inactive {
  18. background: rgba(255,0,0,0.4);
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement