From cd5448c56ded3888c498a1b1facb229684a7e590 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=AC=E6=98=8E?= <83812544+Ed1s0nZ@users.noreply.github.com> Date: Tue, 7 Jul 2026 17:49:58 +0800 Subject: [PATCH] Add files via upload --- web/static/css/style.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/web/static/css/style.css b/web/static/css/style.css index b5985397..49bab25e 100644 --- a/web/static/css/style.css +++ b/web/static/css/style.css @@ -30982,7 +30982,7 @@ html[data-theme="dark"] #hitl-log-modal .hitl-context-block--execution .hitl-con color: var(--text-primary) !important; } -/* Knowledge / Skill / Agent / Role modal dark theme */ +/* Knowledge / Skill / Agent modal dark theme — panel surfaces */ html[data-theme="dark"] #knowledge-item-modal .modal-content, html[data-theme="dark"] #knowledge-item-modal .modal-header, html[data-theme="dark"] #knowledge-item-modal .modal-body, @@ -30998,7 +30998,12 @@ html[data-theme="dark"] #skill-view-modal .modal-footer, html[data-theme="dark"] #agent-md-modal .modal-content, html[data-theme="dark"] #agent-md-modal .modal-header, html[data-theme="dark"] #agent-md-modal .modal-body, -html[data-theme="dark"] #agent-md-modal .modal-footer, +html[data-theme="dark"] #agent-md-modal .modal-footer { + background: #111827 !important; + color: var(--text-primary) !important; + border-color: #263244 !important; +} + .role-form-native-select { position: absolute; width: 1px;