fixed invisible button in working hours

This commit is contained in:
Naser Mansour 2026-01-17 12:54:40 +02:00
parent f8d9133c8a
commit 62563ee783
1 changed files with 9 additions and 0 deletions

View File

@ -187,6 +187,15 @@
background-color: rgb(228 228 231) !important; background-color: rgb(228 228 231) !important;
} }
/* Flux Switch - ensure visibility in off state on white backgrounds */
[data-flux-switch] {
background-color: rgb(161 161 170) !important; /* zinc-400 - visible gray for off state */
}
[data-flux-switch][data-checked] {
background-color: var(--color-cta) !important; /* Warm Gold when on */
}
/* ========================================================================== /* ==========================================================================
Logo Badge Styling (Story 12.2) Logo Badge Styling (Story 12.2)
Creates "seal/stamp" effect for logo on Dark Charcoal backgrounds Creates "seal/stamp" effect for logo on Dark Charcoal backgrounds