File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
js&css/extension/www.youtube.com/appearance/player Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -115,11 +115,17 @@ html[it-player-color='white'] {
115115html [it-player-color ]: not ([it-player-color = 'default' ]): not ([it-player-color = 'normal' ]) .ytp-play-progress ,
116116html [it-player-color ]: not ([it-player-color = 'default' ]): not ([it-player-color = 'normal' ]) .ytp-scrubber-button ,
117117html [it-player-color ]: not ([it-player-color = 'default' ]): not ([it-player-color = 'normal' ]) .ytp-menuitem [aria-checked = 'true' ] .ytp-menuitem-toggle-checkbox ,
118- html [it-player-color ]: not ([it-player-color = 'default' ]): not ([it-player-color = 'normal' ]) .ytp-settings-button .ytp-hd-quality-badge : after {
118+ html [it-player-color ]: not ([it-player-color = 'default' ]): not ([it-player-color = 'normal' ]) .ytd-thumbnail-overlay-resume-playback-renderer ,
119+ html [it-player-color ]: not ([it-player-color = 'default' ]): not ([it-player-color = 'normal' ]) .YtProgressBarLineProgressBarPlayed ,
120+ html [it-player-color ]: not ([it-player-color = 'default' ]): not ([it-player-color = 'normal' ]) .YtProgressBarPlayheadProgressBarPlayheadDot {
119121 background : var (--it-player-color ) !important ;
120122 background-color : var (--it-player-color ) !important ;
121123}
122124
125+ html [it-player-color ]: not ([it-player-color = 'default' ]): not ([it-player-color = 'normal' ]) .ytp-settings-button .ytp-hd-quality-badge : after {
126+ background-color : var (--it-player-color ) !important ;
127+ }
128+
123129html [it-player-color ]: not ([it-player-color = 'default' ]): not ([it-player-color = 'normal' ]) .ytp-swatch-color {
124130 color : var (--it-player-color ) !important ;
125131}
You can’t perform that action at this time.
0 commit comments