diff --git a/lib/common/static/instance_theme.css b/lib/common/static/instance_theme.css index 72f6cb7..2e19ce9 100644 --- a/lib/common/static/instance_theme.css +++ b/lib/common/static/instance_theme.css @@ -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 { diff --git a/lib/instance/templates/embed_shell.html b/lib/instance/templates/embed_shell.html index f7c8f6f..d74309e 100644 --- a/lib/instance/templates/embed_shell.html +++ b/lib/instance/templates/embed_shell.html @@ -7,7 +7,7 @@ - +