This commit is contained in:
2026-05-30 00:19:40 +05:00
parent 43dee9f796
commit 21b26d73bd
3 changed files with 4 additions and 1 deletions
+2
View File
@@ -436,6 +436,8 @@ table.cams tr.logrow > td { padding: 0; border: none; }
.cam-edit-foot [data-act="save-edit"] { background: var(--accent); border-color: #c0392b; color: #fff; font-weight: 600; }
.cam-bulk-head { font-size: 11px; color: var(--text-dim); margin-bottom: 8px; letter-spacing: .3px; }
button.primary { background: var(--accent); border-color: #c0392b; color: #fff; font-weight: 600; }
button.danger { border-color: #c0392b; color: #e74c3c; }
button.danger:hover { background: #c0392b; border-color: #c0392b; color: #fff; }
table.cams td.actions button { padding: 2px 8px; font-size: 12px; }
.badge {
display: inline-flex; align-items: center; gap: 6px; padding: 2px 9px;