diff --git a/ui/builder.html b/ui/builder.html index d9b0dc1..a027b46 100644 --- a/ui/builder.html +++ b/ui/builder.html @@ -237,6 +237,14 @@ input,textarea,button,select{font-family:inherit} .filler-textarea{flex:1;width:100%;font-size:13px;font-family:inherit;border:1.5px solid var(--border);border-radius:var(--r);padding:10px 12px;outline:none;resize:none;line-height:1.75;background:var(--surface);color:var(--text)} .filler-textarea:focus{border-color:var(--border-focus)} .filler-textarea::placeholder{color:var(--muted)} + +/* ── 수집/고정 구분 ──────────────────────────── */ +.cnode.collect .cnode-head{background:#e8eeff} +.cnode.collect.selected .cnode-head{background:var(--accent-bg)} +.ftpl-sec.is-collect{border-color:var(--accent);background:var(--accent-bg)} +.ftpl-role{font-size:9px;border-radius:3px;padding:1px 5px;font-weight:700;margin-left:2px;letter-spacing:.03em} +.ftpl-role.collect{background:var(--accent-bg);color:var(--accent)} +.ftpl-role.fixed{background:var(--surface-alt);color:var(--muted);border:1px solid var(--border)} @@ -244,7 +252,7 @@ input,textarea,button,select{font-family:inherit}
🏗️

CTStruct

- v0.5 + v0.6