From d8e026e22737d5d2a8b61bc031ba753094499509 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Thu, 26 Dec 2024 06:25:09 -0800 Subject: [PATCH] New: Added rounded corners to playback statistics box Fix: Adjusted border color of itemProgressBar --- Theme/ElegantFin-theme-nightly.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index ced2ecc..4be7c8f 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -390,7 +390,7 @@ html { backdrop-filter: blur(.1em); background-color: rgb(123 123 123 / 30%) !important; height: .3em; - box-shadow: 0px 0px 0.01em .01em black; + box-shadow: inset 0px 0px 0.01em .01em #969696; overflow: hidden; border-radius: var(--largeRadius); } @@ -1178,4 +1178,8 @@ fieldset { ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child { /* ! Don't change these units. They are rem because that is standard for MUI */ gap: 0.5rem; +} + +.playerStats { + border-radius: var(--largeRadius); } \ No newline at end of file