From 66ed11fb9769cac79f68146f4fca2e370f7697d1 Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Wed, 7 Jan 2026 20:00:16 -0500 Subject: [PATCH] Gold styling for Text Message / File toggle buttons --- frontends/web/static/style.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/frontends/web/static/style.css b/frontends/web/static/style.css index 431a4a6..6cd17ba 100644 --- a/frontends/web/static/style.css +++ b/frontends/web/static/style.css @@ -130,6 +130,24 @@ 1px 2px 2px rgba(0, 0, 0, 0.4); } +/* Payload type toggle - gold styling */ +.btn-check + .btn-outline-primary { + color: #ffe699; + border-color: #b8860b; +} + +.btn-check + .btn-outline-primary:hover { + color: #fff2c4; + border-color: #ffe699; + background: rgba(255, 230, 153, 0.1); +} + +.btn-check:checked + .btn-outline-primary { + color: #1a1a2e; + background: #ffe699; + border-color: #ffe699; +} + /* ---------------------------------------------------------------------------- Security Factor Boxes - Matches drop-zone dashed border style