privacy and imprint, reverse geocoding, news CRUD functionality, anonymous user authentification from cookies, unified CSS, photos and comments functionality for contributions #11

Merged
lukas.uptmoor merged 25 commits from dev/patrick into main 2026-04-27 15:08:45 +02:00
Showing only changes of commit 8179498333 - Show all commits

View File

@@ -310,9 +310,9 @@ body {
.btn:hover { filter: brightness(1.1); } .btn:hover { filter: brightness(1.1); }
.btn-approve { background: #2e7d32; color: white; } .btn-approve { background: #28a745 ; color: white; }
.btn-reject { background: #c62828; color: white; } .btn-reject { background: #DC3545; color: white; }
.btn-edit { background: var(--color-primary); color: white; } .btn-edit { background: #ffc107; color: white; }
.btn-delete { background: #424242; color: white; } .btn-delete { background: #424242; color: white; }
.btn-map { background: #546E7A; color: white; } .btn-map { background: #546E7A; color: white; }