bootstrap button colours

This commit is contained in:
2026-04-24 15:38:18 +02:00
parent ec4c9fa8a9
commit 8179498333

View File

@@ -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; }