jellyinf: correct theming for progress ticks
Some checks failed
CI / update (push) Failing after 36s

This commit is contained in:
Alexander Bocken 2024-06-22 09:23:57 +02:00
parent 78925d287c
commit c10f622a78
Signed by: Alexander
GPG Key ID: 1D237BE83F9B05E8

View File

@ -84,8 +84,10 @@ border-color: var(--blue);
.defaultCardBackground3,
.defaultCardBackground4,
.defaultCardBackground5,
.emby-checkbox:checked + span + .checkboxOutline, .itemProgressBarForeground,
.taskProgressInner
.emby-checkbox:checked + span + .checkboxOutline,
.itemProgressBarForeground,
.taskProgressInner,
.slideMarker.watched
{
background-color: var(--blue) !important;
}