diff --git a/templates/admin/access_overview.html b/templates/admin/access_overview.html index ed417c3..2e36519 100644 --- a/templates/admin/access_overview.html +++ b/templates/admin/access_overview.html @@ -15,6 +15,7 @@ .access-matrix tr.row-highlight { background: #eff6ff; } .access-matrix tr.row-separator td { background: #1e40af; color: white; font-weight: 600; text-align: left; padding: 8px; } .role-badge { display: inline-block; padding: 2px 8px; border-radius: 4px; font-size: 11px; font-weight: 600; } + .role-SUPERADMIN { background: #fce7f3; color: #9d174d; } .role-ADMIN { background: #fee2e2; color: #991b1b; } .role-OFFICE_MANAGER { background: #fef3c7; color: #92400e; } .role-MANAGER { background: #dbeafe; color: #1e40af; } @@ -52,6 +53,12 @@
+