mirror of
https://github.com/unraid/webgui.git
synced 2025-12-30 22:20:23 -06:00
Fix: update background color for active navigation item
This commit is contained in:
@@ -631,7 +631,7 @@ div.title span img {
|
||||
background-color: var(--orange-800);
|
||||
}
|
||||
.nav-item.active:after {
|
||||
background-color: var(--background-color);
|
||||
background-color: var(--header-text-color);
|
||||
}
|
||||
.nav-user a {
|
||||
color: var(--inverse-text-color);
|
||||
|
||||
Reference in New Issue
Block a user