summaryrefslogtreecommitdiffstats
path: root/public/css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css')
-rw-r--r--public/css/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/public/css/style.css b/public/css/style.css
index e6ebff3..41dfd0a 100644
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -379,6 +379,11 @@ legend { padding: 0 8px; color: var(--text-dim); font-size: .85rem; }
.files-table { font-size: .78rem; }
}
+/* ── Admin delete ──────────────────────────────────────────────────────── */
+.delete-cell { text-align: center; }
+.delete-check { accent-color: #c0392b; width: 16px; height: 16px; cursor: pointer; }
+tr.delete-marked td { background: rgba(192,57,43,.08); }
+
/* ── Admin update panel ────────────────────────────────────────────────── */
.admin-update { margin-top: 32px; }
.admin-update h2 { font-size: 1rem; color: var(--text-dim); margin-bottom: 6px; }