보조지표 기준값 변경시 전략편집기 연동

This commit is contained in:
Macbook
2026-05-27 09:53:19 +09:00
parent 8876dbd752
commit cd5502d302
13 changed files with 288 additions and 110 deletions
+24
View File
@@ -8701,6 +8701,30 @@ html.theme-blue {
background: var(--bg2);
flex-shrink: 0;
}
.stg-content-header-text {
flex: 1;
min-width: 0;
}
.stg-content-header-actions {
display: flex;
align-items: center;
gap: 12px;
flex-shrink: 0;
margin-left: auto;
}
.stg-ind-save-msg {
font-size: 12px;
color: var(--green, #4caf50);
margin: 0;
}
.stg-ind-save-msg--inline {
max-width: 160px;
text-align: right;
line-height: 1.35;
}
.stg-ind-save-msg--err {
color: var(--red, #ef5350);
}
.stg-content-icon {
display: flex;
align-items: center;