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 {
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<link rel="stylesheet" href="/static/instance_theme_early.css?v=4">
|
||||
<link rel="stylesheet" href="/static/account_risk_badge.css?v=4">
|
||||
<link rel="stylesheet" href="/static/instance_page.css?v=6">
|
||||
<link rel="stylesheet" href="/static/instance_theme.css?v=94">
|
||||
<link rel="stylesheet" href="/static/instance_theme.css?v=95">
|
||||
<script src="/static/account_risk_badge.js?v=4"></script>
|
||||
<meta name="theme-color" content="#0b0d14">
|
||||
<title>{{ pwa_app_name }}</title>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<link rel="manifest" href="/static/icons/manifest.webmanifest">
|
||||
<title>{{ pwa_app_name }}</title>
|
||||
<link rel="stylesheet" href="/static/instance_page.css?v=3">
|
||||
<link rel="stylesheet" href="/static/instance_theme.css?v=94">
|
||||
<link rel="stylesheet" href="/static/instance_theme.css?v=95">
|
||||
|
||||
</head>
|
||||
<body
|
||||
|
||||
Reference in New Issue
Block a user