From dba309726a18492aa694e5eb160805dbc27d74cf Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Sun, 19 Jan 2025 20:03:36 +0530 Subject: [PATCH] New: Updated video indicator icon colors --- Theme/ElegantFin-theme-nightly.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 4d1f572..bed4ba6 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -1016,12 +1016,23 @@ div[data-isfolder="true"] .cardText-first+.itemSelectionPanel>.checkboxContainer right: .2em; } - .indicator { border: solid rgb(124 124 124 / 50%) var(--borderWidth); border-radius: 100em; } +.playedIndicator { + background: rgb(34, 197, 94); + border: var(--lighterBorderColor) solid var(--borderWidth); +} + +.videoIndicator{ + background: rgb(142 70 45); + padding: .5em; + transform: scale(.85); + border: var(--lighterBorderColor) solid var(--borderWidth); +} + .defaultCardBackground, .cardScalable { background: var(--cardBackgroundGradient);