From 0e270dadb347638c5f6dc2a9aad32ca569fb3592 Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Wed, 7 Jan 2026 20:02:31 -0500 Subject: [PATCH] Just gold text on selected toggle, keep purple/blue styling --- frontends/web/static/style.css | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/frontends/web/static/style.css b/frontends/web/static/style.css index 1cdada3..708186d 100644 --- a/frontends/web/static/style.css +++ b/frontends/web/static/style.css @@ -130,23 +130,9 @@ 1px 2px 2px rgba(0, 0, 0, 0.4); } -/* Payload type toggle - gold styling */ -.btn-check + .btn-outline-primary { - color: #ffe699 !important; - border-color: #b8860b !important; - background: transparent !important; -} - -.btn-check + .btn-outline-primary:hover { - color: #fff2c4 !important; - border-color: #ffe699 !important; - background: rgba(255, 230, 153, 0.1) !important; -} - +/* Payload type toggle - gold text when selected */ .btn-check:checked + .btn-outline-primary { - color: #1a1a2e !important; - background: #ffe699 !important; - border-color: #ffe699 !important; + color: #ffe699 !important; }