Basicly title, I attached a screenshot. I couldn’t even find the CSS i should modify. Shouldn’t the sub menu just inherit the backcolor of the corresponding menu item when not in compactview? Because expanded is fine.Wisej 3.5.16
Currently the colors in the navigation bar are themed (see NavigationBar.mixin.theme) and in sync between compact and expanded view.
So you either overwrite them in a custom mixin or for testing add this:
Application.Theme.Colors["navbar-background"] = "#FFEF00";
For an example of the Navigationbar mixin see here: https://wisej.com/support/question/navigationbar-mixin-theme-question
Additionally, I’ve added an enhancement request for updating the subitems to use the navbar colors.
I can reproduce. We’ll look into this.
Julie
Please login first to submit.