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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user