전략편집기 직접입력 수정
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user