From 80e01f64944c7e1804e79fe836ac14a430922a73 Mon Sep 17 00:00:00 2001 From: Travis Lane Date: Fri, 27 Dec 2024 17:01:49 -0500 Subject: [PATCH] chore: added background styling to progress bar in edge --- Theme/ElegantFin-theme-nightly.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index a8aae6a..5188c68 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -1243,12 +1243,13 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child { } progress::-moz-progress-bar, -progress::-webkit-progress-value { +::-webkit-progress-value { background: var(--btnSubmitBorderColor) !important; border-radius: var(--smallRadius) inherit var(--smallRadius) 0; } -progress { +progress, +::-webkit-progress-bar { background: var(--hoverGradient) !important; border: solid var(--lighterBorderColor) var(--borderWidth) !important; border-radius: var(--smallRadius); @@ -1257,4 +1258,4 @@ progress { progress+span { color: var(--btnSubmitBorderColor) !important; -} \ No newline at end of file +}