From 821bbe0e842a7c375975c3e98b11de390b5e60ab Mon Sep 17 00:00:00 2001 From: Macbook Date: Wed, 24 Jun 2026 00:36:17 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A0=84=EB=9E=B5=EC=A7=80=ED=91=9C=20?= =?UTF-8?q?=ED=85=8D=EC=8A=A4=ED=8A=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/styles/strategyEditor.css | 11 +++++++++++ frontend/src/styles/strategyEditorTheme.css | 3 +++ 2 files changed, 14 insertions(+) diff --git a/frontend/src/styles/strategyEditor.css b/frontend/src/styles/strategyEditor.css index 57694d5..5357a23 100644 --- a/frontend/src/styles/strategyEditor.css +++ b/frontend/src/styles/strategyEditor.css @@ -2429,6 +2429,17 @@ body.se-palette-drag-armed .se-palette-section--scroll { } .se-palette-card-meta { min-width: 0; } .se-palette-card-name { font-size: 0.68rem; font-weight: 700; line-height: 1.2; display: block; } + +/* 지표 탭 — 전략·보조 지표 컨트롤 이름 (오렌지) */ +.se-palette-panel .se-palette-card--band .se-palette-card-name, +.se-palette-panel .se-palette-card--ind .se-palette-card-name, +.se-palette-panel .se-palette-card--composite .se-palette-card-name, +.se-palette-panel .se-palette-card.se-palette-card--range .se-palette-card-name, +.se-palette-panel .se-palette-card.se-palette-card--range-include .se-palette-card-name, +.se-palette-panel .se-palette-card.se-palette-card--range-exclude .se-palette-card-name { + color: var(--se-palette-strategy-name, #f59e0b); +} + .se-palette-card-desc { font-size: 0.58rem; color: var(--se-text-dim); display: block; } .se-palette-card-period { diff --git a/frontend/src/styles/strategyEditorTheme.css b/frontend/src/styles/strategyEditorTheme.css index 2a1ecb6..aa39c01 100644 --- a/frontend/src/styles/strategyEditorTheme.css +++ b/frontend/src/styles/strategyEditorTheme.css @@ -77,6 +77,7 @@ --se-palette-section-band: #a78bfa; --se-palette-section-ind: #34d399; --se-palette-section-range: #f59e0b; + --se-palette-strategy-name: #f59e0b; --se-tab-active: var(--se-gold); --se-handle: var(--accent); --se-edge: color-mix(in srgb, var(--accent) 72%, transparent); @@ -216,6 +217,7 @@ --se-palette-section-band: #7b1fa2; --se-palette-section-ind: #2e7d32; --se-palette-section-range: #e65100; + --se-palette-strategy-name: #e65100; --vtd-sig-gold-text: color-mix(in srgb, var(--se-gold) 88%, #212121); --vtd-sig-panel-bg: color-mix(in srgb, var(--se-gold) 5%, #ffffff); @@ -280,6 +282,7 @@ --se-palette-section-band: #ce93d8; --se-palette-section-ind: #69f0ae; --se-palette-section-range: #ffb74d; + --se-palette-strategy-name: #ffb74d; } /* Light theme — flow node & handle tweaks */