Advertisement
GIFCITY

winXP scrollbar

Jan 15th, 2024
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. <style>
  2. ::-webkit-scrollbar {
  3. width:16px; height:16px;
  4. }
  5.  
  6. ::-webkit-scrollbar-track {
  7. background-color: #F7F5EE;
  8. }
  9.  
  10. ::-webkit-scrollbar-thumb {
  11. background-image: url(https://i.imgur.com/CKou08s.png);
  12. border-top: 1px solid #BBCDF5; border-bottom: 1px solid #7C9FD3;
  13. border-radius: 3px;
  14. }
  15.  
  16. ::-webkit-scrollbar-button:vertical:decrement {
  17. background-image: url(https://i.imgur.com/ObVjKL6.png);
  18. width: 16px; height: 17px;
  19. }
  20.  
  21. ::-webkit-scrollbar-button:vertical:increment {
  22. background-image: url(https://i.imgur.com/1879VtO.png);
  23. width: 16px; height: 17px;
  24. }
  25. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement