From 53fc4fee04564e58cdf651a3bfaf60d179ec69d3 Mon Sep 17 00:00:00 2001 From: Alexander Bocken Date: Fri, 27 Oct 2023 15:31:40 +0200 Subject: [PATCH] more settings theming, heart hvoers pale red --- static/other/jellyfin.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/static/other/jellyfin.css b/static/other/jellyfin.css index 6788713..4ad3c5e 100644 --- a/static/other/jellyfin.css +++ b/static/other/jellyfin.css @@ -46,3 +46,23 @@ input[type="range"]::-moz-range-thumb{ input[type="range"]::-webkit-slider-thumb{ background-color: var(--blue); } + +.listItemIcon:not(.listItemIcon-transparent), +.navMenuOption-selected, +.button-submit, +.defaultCardBackground3, +.emby-checkbox:checked + span + .checkboxOutline, .itemProgressBarForeground +{ + background-color: var(--blue) !important; +} +.button-link, +.button-flat:hover{ + color: var(--blue); +} +.emby-checkbox:checked + span + .checkboxOutline{ +border-color: var(--blue); +} +.btnUserRating:hover, +.cardOverlayButton:has(.favorite):hover{ + color: #BF616A !important; +}