전략편집기 수정, 보조지표 설정 수정

This commit is contained in:
Macbook
2026-05-27 23:59:30 +09:00
parent 8cc0d1c88c
commit 2713b2951d
17 changed files with 210 additions and 46 deletions
+17
View File
@@ -2871,6 +2871,23 @@ html.theme-blue {
border-radius: 8px;
box-shadow: var(--popup-shadow);
}
.ism-color-popover-header {
display: flex;
align-items: center;
justify-content: space-between;
gap: 8px;
margin: -2px 0 10px;
padding-bottom: 8px;
border-bottom: 1px solid var(--sep);
}
.ism-color-popover-title {
font-size: 12px;
font-weight: 600;
color: var(--text);
}
.ism-color-popover-close {
flex-shrink: 0;
}
.ism-color-popover-native {
margin-bottom: 10px;
padding-bottom: 10px;