diff --git a/public/admin.css b/public/admin.css index adfb977..d9b8948 100644 --- a/public/admin.css +++ b/public/admin.css @@ -331,6 +331,14 @@ body { flex-shrink: 0; } +.badge-category { + background: #e0e0e0; + color: #5a5a7a; + display: inline-flex; + align-items: center; + gap: 4px; +} + .badge-pending { background: #fff3cd; color: #856404; } .badge-approved { background: #d4edda; color: #155724; } .badge-rejected { background: #f8d7da; color: #721c24; } @@ -486,6 +494,16 @@ body { .back-link a { color: #5a5a7a; } +/* ----------------------------------------------------------------- + SweetAlert2 Font Override + ----------------------------------------------------------------- */ +.swal2-input, +.swal2-textarea, +.swal2-select { + font-family: 'Segoe UI', system-ui, sans-serif !important; +} + + /* ----------------------------------------------------------------- Mobile Responsive ----------------------------------------------------------------- */ diff --git a/public/admin.php b/public/admin.php index 144d407..03730fb 100644 --- a/public/admin.php +++ b/public/admin.php @@ -234,6 +234,10 @@ $counts['total'] = count($all_contributions);
+ + + +
@@ -256,10 +260,6 @@ $counts['total'] = count($all_contributions);
- - - - Uhr @@ -670,7 +670,7 @@ function show_login_page($municipality, $error = null) {

Moderationsportal

Bitte geben Sie das Moderationspasswort ein.

- +