From c10f622a786532a6306bc0e916c01b77dfd96110 Mon Sep 17 00:00:00 2001 From: Alexander Bocken Date: Sat, 22 Jun 2024 09:23:57 +0200 Subject: [PATCH] jellyinf: correct theming for progress ticks --- static/other/jellyfin.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/static/other/jellyfin.css b/static/other/jellyfin.css index 8984b7d..531583f 100644 --- a/static/other/jellyfin.css +++ b/static/other/jellyfin.css @@ -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; }