From 8179498333ff3e48eb5962f80cb89dc1697b17f4 Mon Sep 17 00:00:00 2001 From: patrickzerhusen Date: Fri, 24 Apr 2026 15:38:18 +0200 Subject: [PATCH] bootstrap button colours --- public/admin.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/admin.css b/public/admin.css index 3ed0c02..a8347e2 100644 --- a/public/admin.css +++ b/public/admin.css @@ -310,9 +310,9 @@ body { .btn:hover { filter: brightness(1.1); } -.btn-approve { background: #2e7d32; color: white; } -.btn-reject { background: #c62828; color: white; } -.btn-edit { background: var(--color-primary); color: white; } +.btn-approve { background: #28a745 ; color: white; } +.btn-reject { background: #DC3545; color: white; } +.btn-edit { background: #ffc107; color: white; } .btn-delete { background: #424242; color: white; } .btn-map { background: #546E7A; color: white; }