From 341e8bc381d7c4a74c237b01dfdcf3059fd6da7c Mon Sep 17 00:00:00 2001 From: Travis Lane <63308171+Tormak9970@users.noreply.github.com> Date: Wed, 1 Jan 2025 23:09:39 -0600 Subject: [PATCH] fix: scoped styles to apply to more icons and themed metadata save button --- Theme/ElegantFin-theme-nightly.css | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 17ecd00..766e9c8 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -474,7 +474,7 @@ html { .itemProgressBarForeground { border-radius: var(--largeRadius); - background-color: var(--dimTextColor); + background-color: var(--btnSubmitBorderColor); } .backgroundProgress>div { @@ -598,6 +598,12 @@ progress+span { backdrop-filter: blur(.1em); } +.btnHeaderSave.button-flat { + color: var(--btnSubmitBorderColor) !important; + gap: 0.3em; + border-radius: var(--smallRadius); +} + .button-flat:hover { color: unset; background-color: rgba(255, 255, 255, 0.2); @@ -942,7 +948,10 @@ div[data-role=controlgroup] a.ui-btn-active { border: solid var(--btnDeleteBorderColor) var(--borderWidth); } -.listItemIcon.notifications { +.listItemIcon.notifications, +.listItemIcon.schedule, +.listItemIcon.person, +.listItemIcon.live_tv { background-color: rgb(41, 49, 83) !important; border: solid var(--borderColor) var(--borderWidth); } @@ -1330,4 +1339,8 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child { #scenesContent .cardScalable:hover { border-color: var(--dimTextColor) !important; +} + +.progressring-spiner { + border-color: var(--btnSubmitBorderColor); } \ No newline at end of file