Skip to content

Commit

Permalink
Corrected classes
Browse files Browse the repository at this point in the history
  • Loading branch information
IamOSource committed Nov 1, 2024
1 parent d8fa006 commit ac44a4e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions js&css/extension/www.youtube.com/appearance/player/player.css
Original file line number Diff line number Diff line change
Expand Up @@ -130,14 +130,13 @@ html[it-player-color]:not([it-player-color='default']):not([it-player-color='nor

/* change all the linear gradient elements in new youtube */

html[it-player-color]:not([it-player-color='default']):not([it-player-color='normal']) .ytp-cairo-refresh-signature-moments .ytp-play-progress,
html[it-player-color]:not([it-player-color='default']):not([it-player-color='normal']) ytd-thumbnail-overlay-resume-playback-renderer[enable-refresh-signature-moments-web] #progress.ytd-thumbnail-overlay-resume-playback-renderer,
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']) .YtThumbnailOverlayProgressBarHostWatchedProgressBarSegmentModern,
html[it-player-color]:not([it-player-color='default']):not([it-player-color='normal']) .YtChapteredProgressBarChapteredPlayerBarChapterRefresh,
html[it-player-color]:not([it-player-color='default']):not([it-player-color='normal']) .YtChapteredProgressBarChapteredPlayerBarFillRefresh,
html[it-player-color]:not([it-player-color='default']):not([it-player-color='normal']) .YtProgressBarLineProgressBarPlayedRefresh,
html[it-player-color]:not([it-player-color='default']):not([it-player-color='normal']) yt-page-navigation-progress[enable-refresh-signature-moments-web] #progress.yt-page-navigation-progress,
html[it-player-color]:not([it-player-color='default']):not([it-player-color='normal']) ytd-progress-bar-line[enable-refresh-signature-moments-web] .progress-bar-played.ytd-progress-bar-line
html[it-player-color]:not([it-player-color='default']):not([it-player-color='normal']) .yt-page-navigation-progress,
html[it-player-color]:not([it-player-color='default']):not([it-player-color='normal']) .ytd-progress-bar-line
{
background: var(--it-player-color) !important;
}
Expand Down

0 comments on commit ac44a4e

Please sign in to comment.