매수, 매도 색상 수정
This commit is contained in:
+44
-36
@@ -24,6 +24,11 @@
|
||||
--accent-h: #5a7dc7;
|
||||
--up: #ff6b6b;
|
||||
--down: #4dabf7;
|
||||
/* 매매 시그널 — 매수(빨강) · 매도(파랑). 시세 등락(--up/--down)과 동일 톤 */
|
||||
--gc-trade-buy: #ef5350;
|
||||
--gc-trade-sell: #4dabf7;
|
||||
--gc-trade-buy-hover: #e53935;
|
||||
--gc-trade-sell-hover: #339af0;
|
||||
--panel-bg: #24283bee;
|
||||
--sep: rgba(122, 162, 247, 0.15);
|
||||
--panel: #24283b;
|
||||
@@ -6648,8 +6653,8 @@ html.theme-blue {
|
||||
border-radius: 50%;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.strat-cond-dot--buy { background: var(--up); }
|
||||
.strat-cond-dot--sell { background: var(--down); }
|
||||
.strat-cond-dot--buy { background: var(--gc-trade-buy); }
|
||||
.strat-cond-dot--sell { background: var(--gc-trade-sell); }
|
||||
.strat-cond-empty {
|
||||
font-size: 12px;
|
||||
color: var(--text3);
|
||||
@@ -7024,8 +7029,8 @@ html.theme-blue {
|
||||
display: inline-block; font-size: 12px; padding: 3px 10px;
|
||||
border-radius: 99px; margin-bottom: 8px;
|
||||
}
|
||||
.sp-prev-badge--buy { background: rgba(72,199,116,.2); color: #48c774; }
|
||||
.sp-prev-badge--sell { background: rgba(255,107,107,.2); color: #ff6b6b; }
|
||||
.sp-prev-badge--buy { background: color-mix(in srgb, var(--gc-trade-buy) 22%, transparent); color: var(--gc-trade-buy); }
|
||||
.sp-prev-badge--sell { background: color-mix(in srgb, var(--gc-trade-sell) 22%, transparent); color: var(--gc-trade-sell); }
|
||||
.sp-prev-text {
|
||||
background: var(--bg3); border: 1px solid var(--border);
|
||||
padding: 12px; font-size: 13px; line-height: 1.6;
|
||||
@@ -7036,8 +7041,8 @@ html.theme-blue {
|
||||
border-bottom: 2px solid var(--border); padding-bottom: 4px; margin-bottom: 10px;
|
||||
}
|
||||
.sp-prev-formula { font-size: 13px; font-family: monospace; line-height: 1.6; margin-bottom: 6px; }
|
||||
.sp-prev-buy { color: #48c774; font-weight: 700; }
|
||||
.sp-prev-sell { color: #ff6b6b; font-weight: 700; }
|
||||
.sp-prev-buy { color: var(--gc-trade-buy); font-weight: 700; }
|
||||
.sp-prev-sell { color: var(--gc-trade-sell); font-weight: 700; }
|
||||
.sp-validation { margin-bottom: 8px; }
|
||||
.sp-val-head { font-size: 12px; font-weight: 600; margin-bottom: 4px; }
|
||||
.sp-val-ok { color: #48c774; font-size: 13px; padding: 5px 10px; background: rgba(72,199,116,.1); border-radius: var(--radius); }
|
||||
@@ -7096,11 +7101,11 @@ html.theme-blue {
|
||||
color: var(--text2); cursor: pointer;
|
||||
display: flex; align-items: center; justify-content: center; gap: 4px;
|
||||
}
|
||||
.sp-signal-tab--buy { color: #ff6b6b; border-bottom-color: #ff6b6b; font-weight: 600; background: rgba(255,107,107,.06); }
|
||||
.sp-signal-tab--sell { color: #4dabf7; border-bottom-color: #4dabf7; font-weight: 600; background: rgba(77,171,247,.06); }
|
||||
.sp-signal-tab--buy { color: var(--gc-trade-buy); border-bottom-color: var(--gc-trade-buy); font-weight: 600; background: color-mix(in srgb, var(--gc-trade-buy) 8%, transparent); }
|
||||
.sp-signal-tab--sell { color: var(--gc-trade-sell); border-bottom-color: var(--gc-trade-sell); font-weight: 600; background: color-mix(in srgb, var(--gc-trade-sell) 8%, transparent); }
|
||||
.sp-signal-dot { width: 6px; height: 6px; border-radius: 50%; flex-shrink: 0; }
|
||||
.sp-signal-dot--buy { background: #48c774; }
|
||||
.sp-signal-dot--sell { background: #ff6b6b; }
|
||||
.sp-signal-dot--buy { background: var(--gc-trade-buy); }
|
||||
.sp-signal-dot--sell { background: var(--gc-trade-sell); }
|
||||
|
||||
/* 드롭존 */
|
||||
.sp-dropzone {
|
||||
@@ -7383,8 +7388,8 @@ html.theme-blue {
|
||||
.sp-tmpl-badge {
|
||||
font-size: 11px; padding: 3px 8px; border-radius: 99px; white-space: nowrap; font-weight: 600;
|
||||
}
|
||||
.sp-tmpl-badge--buy { background: rgba(72,199,116,.2); color: #48c774; }
|
||||
.sp-tmpl-badge--sell { background: rgba(255,107,107,.2); color: #ff6b6b; }
|
||||
.sp-tmpl-badge--buy { background: color-mix(in srgb, var(--gc-trade-buy) 22%, transparent); color: var(--gc-trade-buy); }
|
||||
.sp-tmpl-badge--sell { background: color-mix(in srgb, var(--gc-trade-sell) 22%, transparent); color: var(--gc-trade-sell); }
|
||||
.sp-tmpl-name { flex: 1 1 auto; color: var(--text); }
|
||||
.sp-tmpl-desc {
|
||||
flex: 1 1 100%;
|
||||
@@ -7444,8 +7449,8 @@ html.theme-blue {
|
||||
font-size: 11px; padding: 2px 8px; border-radius: 99px;
|
||||
border: 1px solid var(--border); color: var(--text2);
|
||||
}
|
||||
.sp-modal-chip--buy { border-color: #48c774; color: #48c774; }
|
||||
.sp-modal-chip--sell { border-color: #ff6b6b; color: #ff6b6b; }
|
||||
.sp-modal-chip--buy { border-color: var(--gc-trade-buy); color: var(--gc-trade-buy); }
|
||||
.sp-modal-chip--sell { border-color: var(--gc-trade-sell); color: var(--gc-trade-sell); }
|
||||
.sp-modal-lbl { display: block; font-size: 12px; color: var(--text2); margin: 10px 0 4px; }
|
||||
.sp-modal-inp {
|
||||
width: 100%; padding: 8px 10px; font-size: 13px;
|
||||
@@ -8717,6 +8722,8 @@ html.theme-blue {
|
||||
.brd-sig-badge.brd-pos { background: rgba(38,201,126,.12); }
|
||||
.brd-sig-badge.brd-neg { background: rgba(240,78,94,.12); }
|
||||
.brd-sig-badge.brd-warn{ background: rgba(255,159,67,.12); }
|
||||
.brd-sig-badge.brd-sig-buy { background: color-mix(in srgb, var(--gc-trade-buy) 22%, transparent); color: var(--gc-trade-buy); }
|
||||
.brd-sig-badge.brd-sig-sell { background: color-mix(in srgb, var(--gc-trade-sell) 22%, transparent); color: var(--gc-trade-sell); }
|
||||
|
||||
.brd-expand-btn {
|
||||
display: block; width: 100%;
|
||||
@@ -10024,12 +10031,12 @@ html.theme-blue {
|
||||
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
|
||||
}
|
||||
.rsp-trade-card--buy {
|
||||
border-color: rgba(255, 107, 107, 0.35);
|
||||
background: linear-gradient(180deg, rgba(255, 107, 107, 0.08) 0%, var(--bg3) 48px);
|
||||
border-color: color-mix(in srgb, var(--gc-trade-buy) 40%, transparent);
|
||||
background: linear-gradient(180deg, color-mix(in srgb, var(--gc-trade-buy) 10%, transparent) 0%, var(--bg3) 48px);
|
||||
}
|
||||
.rsp-trade-card--sell {
|
||||
border-color: rgba(77, 171, 247, 0.35);
|
||||
background: linear-gradient(180deg, rgba(77, 171, 247, 0.08) 0%, var(--bg3) 48px);
|
||||
border-color: color-mix(in srgb, var(--gc-trade-sell) 40%, transparent);
|
||||
background: linear-gradient(180deg, color-mix(in srgb, var(--gc-trade-sell) 10%, transparent) 0%, var(--bg3) 48px);
|
||||
}
|
||||
.rsp-trade-card-title {
|
||||
padding: 7px 12px 5px;
|
||||
@@ -10038,10 +10045,10 @@ html.theme-blue {
|
||||
border-bottom: 1px solid var(--border);
|
||||
}
|
||||
.rsp-trade-card--buy .rsp-trade-card-title {
|
||||
color: var(--up);
|
||||
color: var(--gc-trade-buy);
|
||||
}
|
||||
.rsp-trade-card--sell .rsp-trade-card-title {
|
||||
color: var(--down);
|
||||
color: var(--gc-trade-sell);
|
||||
}
|
||||
.rsp-trade-card-body .top-panel {
|
||||
flex: 1 1 auto;
|
||||
@@ -10547,16 +10554,17 @@ html.theme-blue {
|
||||
cursor: pointer;
|
||||
}
|
||||
.top-submit--buy {
|
||||
background: #ef5350;
|
||||
background: var(--gc-trade-buy);
|
||||
color: #fff;
|
||||
}
|
||||
.top-submit--buy:hover {
|
||||
background: #e53935;
|
||||
background: var(--gc-trade-buy-hover);
|
||||
}
|
||||
.top-submit--sell {
|
||||
background: #2962ff;
|
||||
background: var(--gc-trade-sell);
|
||||
}
|
||||
.top-submit--sell:hover {
|
||||
background: #1e53e5;
|
||||
background: var(--gc-trade-sell-hover);
|
||||
}
|
||||
.app.light .top-kind-btn--active {
|
||||
border-color: #1976d2;
|
||||
@@ -10658,10 +10666,10 @@ html.theme-blue {
|
||||
background: var(--bg3);
|
||||
}
|
||||
.chart-ctx-menu-item--buy {
|
||||
color: #ef5350;
|
||||
color: var(--gc-trade-buy);
|
||||
}
|
||||
.chart-ctx-menu-item--sell {
|
||||
color: #2962ff;
|
||||
color: var(--gc-trade-sell);
|
||||
}
|
||||
.app.light .chart-ctx-menu {
|
||||
background: #fff;
|
||||
@@ -11489,8 +11497,8 @@ html.theme-light .tam-disclaimer { color: #90a4ae; }
|
||||
.tsn-card--latest {
|
||||
box-shadow: 0 14px 44px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(77, 171, 247, 0.12);
|
||||
}
|
||||
.tsn-card--buy { --tsn-accent: #3f7ef5; }
|
||||
.tsn-card--sell { --tsn-accent: #ef5350; }
|
||||
.tsn-card--buy { --tsn-accent: var(--gc-trade-buy); }
|
||||
.tsn-card--sell { --tsn-accent: var(--gc-trade-sell); }
|
||||
|
||||
.tsn-card-header {
|
||||
cursor: grab;
|
||||
@@ -11512,8 +11520,8 @@ html.theme-light .tam-disclaimer { color: #90a4ae; }
|
||||
border-radius: 3px;
|
||||
letter-spacing: 0.04em;
|
||||
}
|
||||
.tsn-badge--buy { background: rgba(63,126,245,0.2); color: #7aa2f7; }
|
||||
.tsn-badge--sell { background: rgba(239,83,80,0.2); color: #f7768e; }
|
||||
.tsn-badge--buy { background: color-mix(in srgb, var(--gc-trade-buy) 25%, transparent); color: var(--gc-trade-buy); }
|
||||
.tsn-badge--sell { background: color-mix(in srgb, var(--gc-trade-sell) 25%, transparent); color: var(--gc-trade-sell); }
|
||||
.tsn-card-title {
|
||||
flex: 1;
|
||||
font-size: 13px;
|
||||
@@ -11551,8 +11559,8 @@ html.theme-light .tam-disclaimer { color: #90a4ae; }
|
||||
font-size: 15px;
|
||||
font-weight: 700;
|
||||
}
|
||||
.tsd-direction--buy { color: var(--up, #ff6b6b); }
|
||||
.tsd-direction--sell { color: var(--down, #4dabf7); }
|
||||
.tsd-direction--buy { color: var(--gc-trade-buy); }
|
||||
.tsd-direction--sell { color: var(--gc-trade-sell); }
|
||||
.tsd-headline-price {
|
||||
font-size: 18px;
|
||||
font-weight: 700;
|
||||
@@ -11935,8 +11943,8 @@ html.theme-light .tam-disclaimer { color: #90a4ae; }
|
||||
border-radius: 4px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.tnl-signal--buy { background: rgba(63,126,245,0.2); color: #7aa2f7; }
|
||||
.tnl-signal--sell { background: rgba(239,83,80,0.2); color: #f7768e; }
|
||||
.tnl-signal--buy { background: color-mix(in srgb, var(--gc-trade-buy) 25%, transparent); color: var(--gc-trade-buy); }
|
||||
.tnl-signal--sell { background: color-mix(in srgb, var(--gc-trade-sell) 25%, transparent); color: var(--gc-trade-sell); }
|
||||
.tnl-row-body { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
|
||||
.tnl-row-title { font-size: 14px; font-weight: 600; }
|
||||
.tnl-row-price {
|
||||
@@ -12406,8 +12414,8 @@ html.theme-light .tam-disclaimer { color: #90a4ae; }
|
||||
.dashboard-kv--cols li { border: none; flex-direction: column; gap: 4px; }
|
||||
.dashboard-table { width: 100%; border-collapse: collapse; font-size: 13px; }
|
||||
.dashboard-table th, .dashboard-table td { padding: 8px 10px; text-align: left; border-bottom: 1px solid var(--border); }
|
||||
.dashboard-table .buy { color: #26a69a; }
|
||||
.dashboard-table .sell { color: #ef5350; }
|
||||
.dashboard-table .buy { color: var(--gc-trade-buy); }
|
||||
.dashboard-table .sell { color: var(--gc-trade-sell); }
|
||||
.dashboard-link { background: none; border: none; color: var(--accent); cursor: pointer; padding: 0; }
|
||||
.dashboard-muted { color: var(--text2); font-size: 13px; }
|
||||
.dashboard-error { color: #ef5350; font-size: 13px; }
|
||||
|
||||
Reference in New Issue
Block a user