diff options
| author | Ken D'Ambrosio <ken@jots.org> | 2026-06-08 22:39:58 +0000 |
|---|---|---|
| committer | Ken D'Ambrosio <ken@jots.org> | 2026-06-08 22:39:58 +0000 |
| commit | cf1385bbd6d88a8db9f615512564e150c85a0b5f (patch) | |
| tree | 371bc4b8aea8dd6f4fa2771c12a68ce7fca14eae /public/css/style.css | |
| parent | 7f6325fe213ed46ff5479ffd34b0e212426d48f2 (diff) | |
Add face and cluster deletion to people admin
On the cluster detail page: "Remove face" option in each face's move
dropdown removes it from the cluster entirely; "Delete cluster" button
(red, with confirmation) removes the whole cluster from people.json.
Moving the last face out of a cluster also auto-deletes it.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'public/css/style.css')
| -rw-r--r-- | public/css/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/css/style.css b/public/css/style.css index 7b0ce1a..64c19e3 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -66,6 +66,8 @@ a:hover { color: var(--accent-hv); text-decoration: underline; } transition: background .15s; } .btn:hover { background: var(--accent); border-color: var(--accent); color: #fff; text-decoration: none; } +.btn-danger { border-color: #8b2020; color: #e07070; } +.btn-danger:hover { background: #8b2020; border-color: #8b2020; } .btn-sm { padding: 4px 10px; font-size: .8rem; } /* ── Main content ──────────────────────────────────────────────────────── */ |
