보조지표 전체보기 후 복귀버튼 추가
This commit is contained in:
@@ -2526,6 +2526,26 @@ html.theme-blue {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
/* 보조지표 단독 전체보기 — pane 우측 상단 복원 */
|
||||
.indicator-pane-controls {
|
||||
display: flex;
|
||||
pointer-events: auto;
|
||||
opacity: 0.88;
|
||||
transition: opacity 0.15s;
|
||||
}
|
||||
.indicator-pane-controls:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
.chart-right-toolbar-cluster--focus-restore {
|
||||
right: 0;
|
||||
left: auto;
|
||||
}
|
||||
.chart-right-toolbar-btn--restore.active {
|
||||
color: var(--accent);
|
||||
border-color: rgba(122, 162, 247, 0.65);
|
||||
background: rgba(122, 162, 247, 0.22);
|
||||
}
|
||||
|
||||
/* ── PaneLegend 드래그 핸들 ─────────────────────────────────────────── */
|
||||
.pane-legend-item {
|
||||
/* fixed position 은 인라인 style 로 지정되므로 여기선 공통 속성만 */
|
||||
|
||||
Reference in New Issue
Block a user