Restyle options target-monitor banner for light mode.

Use a light panel with dark text instead of keeping the dark-theme black bar.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-16 12:06:01 +08:00
parent 12c4e55f24
commit 95e46ab803
3 changed files with 23 additions and 7 deletions
+21 -5
View File
@@ -4864,17 +4864,33 @@ html[data-theme="light"] .options-page-wrap .pos-empty {
}
html[data-theme="light"] .options-page-wrap .opt-target-monitors {
background: #1e293b !important;
border-color: #334155 !important;
background: #eef4fa !important;
border: 1px solid #94a3b8 !important;
}
html[data-theme="light"] .options-page-wrap .opt-target-monitors-head {
color: #0f172a !important;
}
html[data-theme="light"] .options-page-wrap .opt-target-mon-item {
border-top-color: #cbd5e1 !important;
}
html[data-theme="light"] .options-page-wrap .opt-target-monitors-head,
html[data-theme="light"] .options-page-wrap .opt-target-mon-inst {
color: #f8fafc !important;
color: #1e293b !important;
font-weight: 600 !important;
}
html[data-theme="light"] .options-page-wrap .opt-target-mon-rule {
color: #7dd3fc !important;
color: #004d6e !important;
font-weight: 600 !important;
}
html[data-theme="light"] .options-page-wrap .opt-target-mon-item .btn-secondary {
color: #004d6e !important;
border-color: #007aa8 !important;
background: #fff !important;
font-weight: 600 !important;
}
html[data-theme="light"] .order-preview-profit {