Guest User

Untitled

a guest
Sep 22nd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. ::-webkit-scrollbar {
  2. progress;}::-webkit-scrollbar {
  3. width: 7px;
  4. }
  5.  
  6. ::-webkit-scrollbar-track {
  7. -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
  8. border-radius: 5px;
  9. }
  10. ::-webkit-scrollbar-thumb:vertical {
  11. height: 10px;
  12. background-color: #DDF348;
  13. border: 1px solid #eee;
  14. border-color: #000000;
  15. -webkit-border-radius: 1px;
  16. }
  17.  
  18. ::-webkit-scrollbar-thumb {
  19. border-radius: 3px;
  20. -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.5);th: 12px;
  21. }
  22.  
  23. ::-webkit-scrollbar-track {
  24. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  25. border-radius: 10px;
  26. }
  27.  
  28. ::-webkit-scrollbar-thumb {
  29. border-radius: 10px;
  30. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
  31. }
Add Comment
Please, Sign In to add comment