From 25b3f7a41181561f0dfbab014a9fe6b9b8269008 Mon Sep 17 00:00:00 2001 From: ShiniGandhi <55044876+ShiniGandhi@users.noreply.github.com> Date: Sun, 22 May 2022 16:08:35 +0300 Subject: [PATCH] Fix play-state button not highlighting --- static/JellyTheme.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/JellyTheme.css b/static/JellyTheme.css index 1c341bb..8e06268 100644 --- a/static/JellyTheme.css +++ b/static/JellyTheme.css @@ -2272,3 +2272,7 @@ width:57vw!important .nextUpItems .card.overflowBackdropCard.card-hoverable.card-withuserdata :not(.layout-mobile) { width:18vw } + +.playstatebutton-icon-played { + color: #c33 !important; +}