From 59b83587c5a39b112a1aa312407fa472c6bda2e9 Mon Sep 17 00:00:00 2001 From: emeric Date: Sat, 14 May 2022 16:27:17 +0200 Subject: [PATCH] Still converting to bootstrap 5. Fixed tracks current position display --- docroot/css/lms.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docroot/css/lms.css b/docroot/css/lms.css index bcbe8394..627e7584 100644 --- a/docroot/css/lms.css +++ b/docroot/css/lms.css @@ -27,6 +27,10 @@ body { z-index: 999; } +.Lms-entry-playing { + background-color: var(--bs-dark); +} + .Lms-cover { max-height: 100%; max-width: 100%;