Advertisement
GatinhoMeow

YouTube Custom Color

Apr 28th, 2021
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. /* scrubber button */
  2. .html5-scrubber-button:hover, .ytp-scrubber-button:hover, .ytp-swatch-background-color, .ytp-swatch-background-color-secondary {
  3. background: #00ffef !important;
  4. }
  5. /* progress bar */
  6. .html5-play-progress, .ytp-play-progress {
  7. background: #00ffef !important;
  8. }
  9. .ytp-volume-slider-track, .ytp-volume-slider-handle:before {
  10. background: #00ffef !important;
  11. z-index: -117;
  12. }
  13. .ytp-settings-button.ytp-hd-quality-badge::after, .ytp-settings-button.ytp-4k-quality-badge::after, .ytp-settings-button.ytp-5k-quality-badge::after, .ytp-settings-button.ytp-8k-quality-badge::after, .ytp-settings-button.ytp-3d-badge::after {
  14. background-color: #00ffef !important;
  15. }
  16. .ytp-swatch-color {
  17. color: #00ffef !important;
  18. }
  19. .ytp-menuitem[aria-checked="true"] .ytp-menuitem-toggle-checkbox {
  20. background: #00ffef !important;
  21. }
  22. .ytp-chrome-controls .ytp-button.ytp-youtube-button:hover:not([aria-disabled="true"]):not([disabled]) .ytp-svg-fill-logo-tube-lozenge {
  23. fill: #00ffef !important;
  24. }
  25. .ytp-cued-thumbnail-overlay:hover .ytp-large-play-button-bg, .ytp-large-play-button.ytp-touch-device .ytp-large-play-button-bg {
  26. fill: #00ffef !important;
  27. }
  28. .resume-playback-progress-bar {
  29. background: #00ffef !important;
  30. }
  31. .ytp-chrome-controls .ytp-button[aria-pressed]::after {
  32. background-color: #00ffef !important;
  33. }
  34. .yt-uix-checkbox-on-off input-extras2-disabled[type="checkbox"]:checked + label {
  35. background-color: #00ffef !important;
  36. }
  37. .video-extras-sparkbar-likes-extras2-disabled {
  38. background-color: #00ffef !important;
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement