From 6bc39c68b8c1b8a8376da66061e751c7ca8eaf57 Mon Sep 17 00:00:00 2001 From: devmrko Date: Wed, 22 Jul 2026 11:22:21 +0900 Subject: [PATCH] fix(poc4): force light interactive controls --- poc4_active_source_20260714/src/poc4/hmm_ui.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/poc4_active_source_20260714/src/poc4/hmm_ui.py b/poc4_active_source_20260714/src/poc4/hmm_ui.py index 789228e..9254d21 100644 --- a/poc4_active_source_20260714/src/poc4/hmm_ui.py +++ b/poc4_active_source_20260714/src/poc4/hmm_ui.py @@ -29,8 +29,21 @@ section[data-testid="stSidebar"], section[data-testid="stSidebar"] > div { } section[data-testid="stSidebar"] { border-right:1px solid var(--hmm-line); } input, textarea, [data-baseweb="select"] > div { + background:#ffffff !important; color:var(--hmm-ink) !important; + -webkit-text-fill-color:var(--hmm-ink) !important; border-radius:4px !important; border-color:#cfdbe4 !important; box-shadow:none !important; } + [data-baseweb="select"] > div *, + [data-testid="stSidebar"] button, + [data-testid="stSidebar"] button * { + color:var(--hmm-ink) !important; + -webkit-text-fill-color:var(--hmm-ink) !important; + } + [data-baseweb="select"] > div, + [data-testid="stSidebar"] button { + background:#ffffff !important; + border-color:#cfdbe4 !important; + } div[data-testid="stButton"] > button, div[data-testid="stFormSubmitButton"] > button { border-radius:4px !important; box-shadow:none !important; }