Skip to content

Commit

Permalink
Merge pull request #2640 from IamOSource/fix2630
Browse files Browse the repository at this point in the history
Issue #2630
  • Loading branch information
ImprovedTube authored Oct 31, 2024
2 parents 3028df4 + 6198c7c commit da2d630
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,17 @@ html[it-player-color='white'] {
html[it-player-color]:not([it-player-color='default']):not([it-player-color='normal']) .ytp-play-progress,
html[it-player-color]:not([it-player-color='default']):not([it-player-color='normal']) .ytp-scrubber-button,
html[it-player-color]:not([it-player-color='default']):not([it-player-color='normal']) .ytp-menuitem[aria-checked='true'] .ytp-menuitem-toggle-checkbox,
html[it-player-color]:not([it-player-color='default']):not([it-player-color='normal']) .ytp-settings-button.ytp-hd-quality-badge:after {
html[it-player-color]:not([it-player-color='default']):not([it-player-color='normal']) .ytd-thumbnail-overlay-resume-playback-renderer,
html[it-player-color]:not([it-player-color='default']):not([it-player-color='normal']) .YtProgressBarLineProgressBarPlayed,
html[it-player-color]:not([it-player-color='default']):not([it-player-color='normal']) .YtProgressBarPlayheadProgressBarPlayheadDot{
background: var(--it-player-color) !important;
background-color: var(--it-player-color) !important;
}

html[it-player-color]:not([it-player-color='default']):not([it-player-color='normal']) .ytp-settings-button.ytp-hd-quality-badge:after{
background-color: var(--it-player-color) !important;
}

html[it-player-color]:not([it-player-color='default']):not([it-player-color='normal']) .ytp-swatch-color {
color: var(--it-player-color) !important;
}
Expand Down

0 comments on commit da2d630

Please # to comment.