전략편집기 직접입력 수정

This commit is contained in:
Macbook
2026-05-27 10:12:05 +09:00
parent cd5502d302
commit ca1fe7b563
3 changed files with 101 additions and 21 deletions
+6 -1
View File
@@ -6859,7 +6859,8 @@ html.theme-blue {
}
.sp-node-settings-pop .se-flow-settings-field input,
.se-flow-settings-field .se-combo-num-input,
.sp-node-settings-pop .se-combo-num-input {
.sp-node-settings-pop .se-combo-num-input,
.se-combo-field-custom-input {
width: 100%;
box-sizing: border-box;
padding: 4px 6px;
@@ -6869,6 +6870,10 @@ html.theme-blue {
color: var(--text);
font-size: 0.72rem;
}
.se-combo-field-custom-input:focus {
outline: none;
border-color: var(--se-input-focus, var(--accent));
}
.se-combo-num {
width: 100%;
display: flex;