Advertisement
Guest User

Red XP scrollbar

a guest
Feb 29th, 2024
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 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?ex=65eaef4d&is=65d87a4d&hm=754da62680adb483ea586edf9f02546cd678cba52ccc9653b8a7dff72cb86fd7&);
  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?ex=65eaeee3&is=65d879e3&hm=ce0b62ef78a1334c66439b1818c86a5978c405359a75cd904866fa88cb4867a2&);
  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?ex=65eaf085&is=65d87b85&hm=5e8f7a5373dd9c40c554a51b30bb92aafa892fa8ffe158b994c99751cd418365&);
  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?ex=65eaf5a4&is=65d880a4&hm=dd4e68205f3b964493526583851a72882c738bd23d2c4ed3b230862dee322fb6&);
  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?ex=65eaf982&is=65d88482&hm=7b92f1332eb54e9cdc469b0b37bff8e0d52cac938e5ed47a641226b52e6c48ac&);
  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?ex=65eaf877&is=65d88377&hm=119f4ef5e0aff0ce1b4290909ca089630904a14c7d49f8b5ac5a81953f418e8d&);
  36. width: 17px;
  37. height: 16px;
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement