UserManagementPage für Admin vereinfacht: Nur Hauptnutzer anzeigen mit Freigabe/Sperre-Funktion
This commit is contained in:
@@ -1244,6 +1244,61 @@ a {
|
||||
font-size: 1.25rem;
|
||||
}
|
||||
|
||||
/* User Management Table Styles */
|
||||
.table-row--inactive {
|
||||
background-color: rgba(157, 60, 48, 0.05);
|
||||
}
|
||||
|
||||
.status-pill--active {
|
||||
background-color: rgba(74, 124, 89, 0.15);
|
||||
color: #4a7c59;
|
||||
padding: 4px 12px;
|
||||
border-radius: 20px;
|
||||
font-size: 0.85rem;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.status-pill--inactive {
|
||||
background-color: rgba(157, 60, 48, 0.15);
|
||||
color: #9d3c30;
|
||||
padding: 4px 12px;
|
||||
border-radius: 20px;
|
||||
font-size: 0.85rem;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.action-button {
|
||||
padding: 8px 16px;
|
||||
border-radius: 8px;
|
||||
border: none;
|
||||
font-size: 0.9rem;
|
||||
font-weight: 500;
|
||||
cursor: pointer;
|
||||
transition: all 0.2s ease;
|
||||
}
|
||||
|
||||
.action-button--success {
|
||||
background-color: rgba(74, 124, 89, 0.15);
|
||||
color: #4a7c59;
|
||||
}
|
||||
|
||||
.action-button--success:hover {
|
||||
background-color: rgba(74, 124, 89, 0.25);
|
||||
}
|
||||
|
||||
.action-button--danger {
|
||||
background-color: rgba(157, 60, 48, 0.15);
|
||||
color: #9d3c30;
|
||||
}
|
||||
|
||||
.action-button--danger:hover {
|
||||
background-color: rgba(157, 60, 48, 0.25);
|
||||
}
|
||||
|
||||
.text-muted {
|
||||
color: var(--muted);
|
||||
}
|
||||
|
||||
.dialog-backdrop {
|
||||
position: fixed;
|
||||
inset: 0;
|
||||
|
||||
Reference in New Issue
Block a user