From 9758ecd417409ae5496bdba2030068055bd84ac5 Mon Sep 17 00:00:00 2001 From: CodeDevMLH <145071728+CodeDevMLH@users.noreply.github.com> Date: Sun, 8 Mar 2026 23:14:09 +0100 Subject: [PATCH] Add background color to detail and favorite buttons for improved visibility --- Jellyfin.Plugin.MediaBarEnhanced/Web/mediaBarEnhanced.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Jellyfin.Plugin.MediaBarEnhanced/Web/mediaBarEnhanced.css b/Jellyfin.Plugin.MediaBarEnhanced/Web/mediaBarEnhanced.css index adaac41..baa5a6a 100644 --- a/Jellyfin.Plugin.MediaBarEnhanced/Web/mediaBarEnhanced.css +++ b/Jellyfin.Plugin.MediaBarEnhanced/Web/mediaBarEnhanced.css @@ -502,7 +502,7 @@ font-size: 18px; white-space: nowrap; background-color: rgba(255, 255, 255, 0.9); - color: #000; + color: rgb(0, 0, 0); cursor: pointer; transition: all 0.3s ease; font-weight: 700; @@ -515,6 +515,7 @@ .detail-button { font-size: 18px; + background-color: rgba(255, 255, 255, 0.9); color: rgb(0, 0, 0); border-radius: 50%; height: 50px; @@ -529,6 +530,7 @@ .favorite-button { font-size: 18px; + background-color: rgba(255, 255, 255, 0.9); color: red; border-radius: 50%; height: 50px;