Advertisement
Guest User

scrollbar:)

a guest
May 10th, 2021
1,077
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. <style>
  2. ::-webkit-scrollbar {
  3. width: 16px;
  4. height: 10px;
  5. }
  6. ::-webkit-scrollbar-thumb {
  7. background-color: #fff;
  8. background-image: url(https://i.imgur.com/Qtm9Z60.png);
  9. border-top: 1px solid #bdbdbd;
  10. border-left: 1px solid #bdbdbd;
  11. border-right: 1px solid black;
  12. border-bottom: 1px solid black;
  13. }
  14. ::-webkit-scrollbar-track {
  15. background-color: #fff;
  16. background-image: url(https://i.imgur.com/IGXGYKz.png);
  17. }
  18. ::-webkit-scrollbar-button:vertical:increment {
  19. background-image: url(https://i.imgur.com/WhC8iy3.png);
  20. width: 14px;
  21. height: 16px;
  22. border-top: 1px solid #bdbdbd;
  23. border-left: 1px solid #bdbdbd;
  24. border-right: 1px solid black;
  25. border-bottom: 1px solid black;
  26. }
  27. ::-webkit-scrollbar-button:vertical:decrement {
  28. background-image: url(https://i.imgur.com/fQ18mrR.png);
  29. border-top: 1px solid #bdbdbd;
  30. border-left: 1px solid #bdbdbd;
  31. border-right: 1px solid black;
  32. border-bottom: 1px solid black;
  33. width: 14px;
  34. height: 16px;
  35. }
  36. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement