diff --git a/VERSION b/VERSION index 16b5f26..9fdfff6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.112 +0.0.113 diff --git a/frontend/settings.html b/frontend/settings.html index 383ca37..7a1cc0a 100644 --- a/frontend/settings.html +++ b/frontend/settings.html @@ -49,6 +49,7 @@ + diff --git a/frontend/static/style.css b/frontend/static/style.css index 75bfafd..9f49490 100644 --- a/frontend/static/style.css +++ b/frontend/static/style.css @@ -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;