From 8a64db9fccc5d5874597043d3cc81fcd30098f14 Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Wed, 7 Jan 2026 19:43:20 -0500 Subject: [PATCH] Fix icons inside form labels (reset background-clip) --- frontends/web/static/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/frontends/web/static/style.css b/frontends/web/static/style.css index e4fc4e5..6156c92 100644 --- a/frontends/web/static/style.css +++ b/frontends/web/static/style.css @@ -137,6 +137,13 @@ 50% { filter: brightness(1.15); } } +.card .form-label i { + -webkit-background-clip: unset; + background-clip: unset; + background: none; + color: #ffe699; +} + /* ---------------------------------------------------------------------------- Security Factor Boxes - Matches drop-zone dashed border style ---------------------------------------------------------------------------- */