알림팝업 전체닫기 오류 수정
This commit is contained in:
+27
-24
@@ -29,7 +29,8 @@
|
||||
}
|
||||
|
||||
/* ── Dark Theme: 도쿄 나이트 (THEME_SETTINGS.md §2.2) ───────────── */
|
||||
.app.dark {
|
||||
.app.dark,
|
||||
html.theme-dark {
|
||||
--bg: #1a1b26;
|
||||
--bg1: #1a1b26;
|
||||
--bg2: #24283b;
|
||||
@@ -48,7 +49,8 @@
|
||||
}
|
||||
|
||||
/* ── Light Theme (THEME_SETTINGS.md §2.1) ──────────────────────── */
|
||||
.app.light {
|
||||
.app.light,
|
||||
html.theme-light {
|
||||
--bg: #f5f5f5;
|
||||
--bg1: #f5f5f5;
|
||||
--bg2: #ffffff;
|
||||
@@ -67,7 +69,8 @@
|
||||
}
|
||||
|
||||
/* ── Blue Theme: 딥 네이비 (THEME_SETTINGS.md §2.3) ─────────────── */
|
||||
.app.blue {
|
||||
.app.blue,
|
||||
html.theme-blue {
|
||||
--bg: #0c1929;
|
||||
--bg1: #0c1929;
|
||||
--bg2: #15273d;
|
||||
@@ -9412,32 +9415,32 @@
|
||||
}
|
||||
|
||||
/* ── 라이트 테마 오버라이드 ── */
|
||||
.app.light .tam-modal {
|
||||
html.theme-light .tam-modal {
|
||||
background: #ffffff;
|
||||
border-color: rgba(25,118,210,0.35);
|
||||
color: #212121;
|
||||
box-shadow: 0 20px 60px rgba(0,0,0,0.18), 0 0 40px rgba(25,118,210,0.08);
|
||||
}
|
||||
.app.light .tam-header { background: #f5f7fa; border-color: rgba(0,0,0,0.1); }
|
||||
.app.light .tam-header-title { color: #1a237e; }
|
||||
.app.light .tam-header-ko { color: #546e7a; }
|
||||
.app.light .tam-close { color: #78909c; }
|
||||
.app.light .tam-close:hover { background: rgba(0,0,0,0.06); color: #37474f; }
|
||||
.app.light .tam-price-section { border-color: rgba(0,0,0,0.08); }
|
||||
.app.light .tam-market-name { color: #212121; }
|
||||
.app.light .tam-price-time { color: #78909c; }
|
||||
.app.light .tam-strategy-card { background: #f5f7fa; border-color: rgba(0,0,0,0.1); }
|
||||
.app.light .tam-strategy-label { color: #78909c; }
|
||||
.app.light .tam-strategy-val { color: #212121; }
|
||||
.app.light .tam-strategy-exec-val { color: #546e7a; }
|
||||
.app.light .tam-field-label { color: #546e7a; }
|
||||
.app.light .tam-pct-btn2 { background: #f0f3f8; border-color: rgba(0,0,0,0.12); color: #546e7a; }
|
||||
.app.light .tam-pct-btn2:hover { background: #e3eaf6; }
|
||||
.app.light .tam-price-input,
|
||||
.app.light .tam-memo-input { background: #f5f7fa; border-color: rgba(0,0,0,0.14); color: #212121; }
|
||||
.app.light .tam-market-btn { background: #f0f3f8; border-color: rgba(0,0,0,0.12); color: #546e7a; }
|
||||
.app.light .tam-market-btn:hover { background: #e3eaf6; color: #212121; }
|
||||
.app.light .tam-disclaimer { color: #90a4ae; }
|
||||
html.theme-light .tam-header { background: #f5f7fa; border-color: rgba(0,0,0,0.1); }
|
||||
html.theme-light .tam-header-title { color: #1a237e; }
|
||||
html.theme-light .tam-header-ko { color: #546e7a; }
|
||||
html.theme-light .tam-close { color: #78909c; }
|
||||
html.theme-light .tam-close:hover { background: rgba(0,0,0,0.06); color: #37474f; }
|
||||
html.theme-light .tam-price-section { border-color: rgba(0,0,0,0.08); }
|
||||
html.theme-light .tam-market-name { color: #212121; }
|
||||
html.theme-light .tam-price-time { color: #78909c; }
|
||||
html.theme-light .tam-strategy-card { background: #f5f7fa; border-color: rgba(0,0,0,0.1); }
|
||||
html.theme-light .tam-strategy-label { color: #78909c; }
|
||||
html.theme-light .tam-strategy-val { color: #212121; }
|
||||
html.theme-light .tam-strategy-exec-val { color: #546e7a; }
|
||||
html.theme-light .tam-field-label { color: #546e7a; }
|
||||
html.theme-light .tam-pct-btn2 { background: #f0f3f8; border-color: rgba(0,0,0,0.12); color: #546e7a; }
|
||||
html.theme-light .tam-pct-btn2:hover { background: #e3eaf6; }
|
||||
html.theme-light .tam-price-input,
|
||||
html.theme-light .tam-memo-input { background: #f5f7fa; border-color: rgba(0,0,0,0.14); color: #212121; }
|
||||
html.theme-light .tam-market-btn { background: #f0f3f8; border-color: rgba(0,0,0,0.12); color: #546e7a; }
|
||||
html.theme-light .tam-market-btn:hover { background: #e3eaf6; color: #212121; }
|
||||
html.theme-light .tam-disclaimer { color: #90a4ae; }
|
||||
|
||||
/* ═══════════════════════════════════════════════════════════════════════════
|
||||
Trade signal notifications (tsn- / tnl- / tmb-notify-)
|
||||
|
||||
Reference in New Issue
Block a user