From 62563ee783cf9ca6d81d8770a04c42e814a492b5 Mon Sep 17 00:00:00 2001 From: Naser Mansour Date: Sat, 17 Jan 2026 12:54:40 +0200 Subject: [PATCH] fixed invisible button in working hours --- resources/css/app.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/resources/css/app.css b/resources/css/app.css index c77f411..9e26629 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -187,6 +187,15 @@ 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) Creates "seal/stamp" effect for logo on Dark Charcoal backgrounds