Advertisement
Guest User

dark-scrollbar.as.css

a guest
Jul 18th, 2019
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. scrollbar, scrollbar *, scrollcorner {
  2. -moz-appearance: none !important;
  3. --scrollbar-width: 4px;
  4. --scrollbar-height: 4px;
  5. }
  6.  
  7. scrollbar, scrollcorner {
  8. background: #1A1B1D !important;
  9. }
  10. scrollbar[orient="vertical"] {
  11. width: 4px !important;
  12. min-width: 4px !important;
  13. }
  14. scrollbar[orient="horizontal"] {
  15. height: 4px !important;
  16. min-height: 4px !important;
  17. }
  18.  
  19. scrollbar thumb {
  20. background: #C00 !important;
  21. }
  22. scrollbar thumb:hover,
  23. scrollbar thumb:active {
  24. background: #DD0039 !important;
  25. }
  26.  
  27. scrollbar:inactive scrollbarbutton {
  28. background-color: #A00 !important;
  29. }
  30. scrollbar scrollbarbutton:inactive {
  31. background: #D00 !important;
  32. }
  33. scrollbar scrollbarbutton {
  34. display: none !important;
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement