Guest User

Untitled

a guest
Apr 26th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. ::-webkit-scrollbar {
  2. width: 15px
  3. }
  4. ::-webkit-scrollbar-track {
  5. background-color: #232323
  6. }
  7. ::-webkit-scrollbar-thumb {
  8. background-color: #494949
  9. }
  10. ::-webkit-scrollbar-corner {
  11. background-color: black
  12. }
  13.  
  14. ::-webkit-scrollbar {
  15. width: 15px
  16. }
  17. ::-webkit-scrollbar-track {
  18. background-color: #ffffff
  19. }
  20. ::-webkit-scrollbar-thumb {
  21. background-color: rgba(0, 0, 0, 0.34)
  22. }
  23. ::-webkit-scrollbar-corner {
  24. background-color: black
  25. }
  26.  
  27. ::-webkit-scrollbar {
  28. width: 15px
  29. }
  30. ::-webkit-scrollbar-track {
  31. background-color: {{options.scrollbarTrackColor}}
  32. }
  33. ::-webkit-scrollbar-thumb {
  34. background-color: {{options.scrollbarThumbColor}}
  35. }
  36. ::-webkit-scrollbar-corner {
  37. background-color: {{options.scrollbarCornerColor}}
  38. }
Add Comment
Please, Sign In to add comment