dollcrds

musa uwu ai scrollbar

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