jellyinf: correct theming for progress ticks
This commit is contained in:
		@@ -84,8 +84,10 @@ border-color: var(--blue);
 | 
				
			|||||||
.defaultCardBackground3,
 | 
					.defaultCardBackground3,
 | 
				
			||||||
.defaultCardBackground4,
 | 
					.defaultCardBackground4,
 | 
				
			||||||
.defaultCardBackground5,
 | 
					.defaultCardBackground5,
 | 
				
			||||||
.emby-checkbox:checked + span + .checkboxOutline, .itemProgressBarForeground,
 | 
					.emby-checkbox:checked + span + .checkboxOutline,
 | 
				
			||||||
.taskProgressInner
 | 
					.itemProgressBarForeground,
 | 
				
			||||||
 | 
					.taskProgressInner,
 | 
				
			||||||
 | 
					.slideMarker.watched
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    background-color: var(--blue) !important;
 | 
					    background-color: var(--blue) !important;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user