From c973f0feafd8c0aa8d32fdb44c28f458e7380b57 Mon Sep 17 00:00:00 2001 From: loof2736 Date: Fri, 11 Nov 2022 07:12:17 -0500 Subject: [PATCH] Floating progress bar and green watched indicator --- CSS/css-scyfin/scyfin-theme.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CSS/css-scyfin/scyfin-theme.css b/CSS/css-scyfin/scyfin-theme.css index 5f138c6..c2c2eda 100644 --- a/CSS/css-scyfin/scyfin-theme.css +++ b/CSS/css-scyfin/scyfin-theme.css @@ -69,6 +69,29 @@ +/* Floating progress bar */ +.innerCardFooter { + bottom: 5% !important; + width: 90% !important; + margin: auto !important; + border-radius: 100px !important; +} +.itemProgressBar { + height: 8px !important; +} +.innerCardFooterClear { + background-color: black !important; +} + + + +/* Green watched indicator */ +.playedIndicator { + background: #409843 !important; +} + + + /* Rounded left drawer buttons */ .navMenuOption, .navMenuOption:hover,