From 846d56a34b119115513efeee2f86940a4c7be586 Mon Sep 17 00:00:00 2001 From: Alex Fuchs <36819668+xathon@users.noreply.github.com> Date: Sun, 9 Jan 2022 22:52:25 +0100 Subject: [PATCH 1/2] [BurntSienna] Fixed CSS not applying to elapsed time --- BurntSienna/user.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BurntSienna/user.css b/BurntSienna/user.css index 9538ae3..134cb3b 100644 --- a/BurntSienna/user.css +++ b/BurntSienna/user.css @@ -37,7 +37,7 @@ h1 { /* Progress and remaining time */ .main-playbackBarRemainingTime-container, -.playback-bar__progress-time { +.playback-bar__progress-time-elapsed { font-size: 15px; margin-left: 5px; margin-right: 5px; From c4235096addca3a8c149ea46d6d349ccf3cf5b7d Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 9 Jan 2022 23:27:48 +0100 Subject: [PATCH 2/2] Added old class for backwards compatibility --- BurntSienna/user.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BurntSienna/user.css b/BurntSienna/user.css index 134cb3b..516d581 100644 --- a/BurntSienna/user.css +++ b/BurntSienna/user.css @@ -37,7 +37,8 @@ h1 { /* Progress and remaining time */ .main-playbackBarRemainingTime-container, -.playback-bar__progress-time-elapsed { +.playback-bar__progress-time-elapsed, +.playback-bar__progress-time { font-size: 15px; margin-left: 5px; margin-right: 5px;