Fixed NavigationItem labelHtml by using NavigationGroup for Admin button

This commit is contained in:
2025-09-06 08:42:19 +02:00
parent 2fadc37ffe
commit c8ab71b92a
3 changed files with 38 additions and 26 deletions

View File

@@ -1,11 +0,0 @@
.fi-sidebar-item a[href="/admin"] {
background-color: #16a34a; /* Green for admin button */
color: #fff;
padding: 0.5rem 1rem;
border-radius: 0.25rem;
transition: all 0.3s ease;
}
.fi-sidebar-item a[href="/admin"]:hover {
background-color: #15803d;
box-shadow: 0 0 10px rgba(22, 163, 74, 0.5);
}