Gold styling for Text Message / File toggle buttons

This commit is contained in:
Aaron D. Lee
2026-01-07 20:00:16 -05:00
parent 9cbb4600f8
commit 66ed11fb97

View File

@@ -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