Advertisement
Guest User

red xp scrollbar

a guest
Nov 25th, 2022
575
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. ::-webkit-scrollbar {
  2. width:16px; height:16px;
  3. }
  4. ::-webkit-scrollbar-track {
  5. background-color: #F7F5EE;
  6. }
  7. ::-webkit-scrollbar-thumb:vertical {
  8. background-image: url(https://cdn.discordapp.com/attachments/1045654212844990494/1045654672347770880/image.png);
  9. border-top: 1px solid #F5BBBB;
  10. border-bottom: 1px solid #D3837C;
  11. border-radius: 3px;
  12. }
  13. ::-webkit-scrollbar-button:vertical:decrement {
  14. background-image: url(https://cdn.discordapp.com/attachments/1045654212844990494/1045654227868987452/image.png);
  15. width: 16px;
  16. height: 17px;
  17. }
  18. ::-webkit-scrollbar-button:vertical:increment {
  19. background-image: url(https://cdn.discordapp.com/attachments/1045654212844990494/1045655984078589962/image.png);
  20. width: 16px;
  21. height: 17px;
  22. }
  23. ::-webkit-scrollbar-thumb:horizontal {
  24. background-image: url(https://cdn.discordapp.com/attachments/1045654212844990494/1045661478960758824/image.png);
  25. border-top: 1px solid #F5BBBB;
  26. border-bottom: 1px solid #D3837C;
  27. border-radius: 3px;
  28. }
  29. ::-webkit-scrollbar-button:horizontal:decrement {
  30. background-image: url(https://cdn.discordapp.com/attachments/1045654212844990494/1045665634287091722/image.png);
  31. width: 17px;
  32. height: 16px;
  33. }
  34. ::-webkit-scrollbar-button:horizontal:increment {
  35. background-image: url(https://cdn.discordapp.com/attachments/1045654212844990494/1045664512579227708/image.png);
  36. width: 17px;
  37. height: 16px;
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement