전략평가 매매시그널 표시안되는 문제 수정
This commit is contained in:
@@ -472,9 +472,11 @@
|
||||
|
||||
.seval-side-card-head-main {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 4px;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
min-width: 0;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.seval-side-card-badge {
|
||||
@@ -1138,38 +1140,37 @@
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
/* ── 전략 판별 해석 버튼 · 팝업 ─────────────────────────────────────────── */
|
||||
.seval-interpret-btn {
|
||||
/* ── 조건 분석보기 버튼 · 팝업 ─────────────────────────────────────────── */
|
||||
.seval-analyze-btn {
|
||||
flex-shrink: 0;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
padding: 0;
|
||||
border-radius: 8px;
|
||||
height: 26px;
|
||||
padding: 0 10px;
|
||||
border-radius: 6px;
|
||||
border: 1px solid color-mix(in srgb, var(--se-border) 85%, transparent);
|
||||
background: color-mix(in srgb, var(--se-input-bg, #121826) 92%, transparent);
|
||||
color: var(--se-text-muted);
|
||||
font-size: 0.68rem;
|
||||
font-weight: 700;
|
||||
letter-spacing: 0.02em;
|
||||
white-space: nowrap;
|
||||
cursor: pointer;
|
||||
transition: color 0.15s, border-color 0.15s, background 0.15s;
|
||||
}
|
||||
|
||||
.seval-interpret-btn:hover:not(:disabled) {
|
||||
.seval-analyze-btn:hover:not(:disabled) {
|
||||
color: var(--se-accent, #3f7ef5);
|
||||
border-color: color-mix(in srgb, var(--se-accent, #3f7ef5) 45%, transparent);
|
||||
background: color-mix(in srgb, var(--se-accent, #3f7ef5) 10%, transparent);
|
||||
}
|
||||
|
||||
.seval-interpret-btn:disabled {
|
||||
.seval-analyze-btn:disabled {
|
||||
opacity: 0.35;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.seval-interpret-icon {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.seval-interpret-overlay {
|
||||
z-index: 10999;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user