SideNav

Hallo,
I try to custom (color etc.) SideNav,
I guess I managed it, but:
There is a definition of dividers {divider:true, styleClass:‘svy-sidenav-divider’}
How do I change the color of the dividers from ‘gray’ to black ??

Thanks
Ralf

Will we get a better way to handle “custom_servoy_theme_properties” by the way???

Hi Ralf,

Hopefully this will help.
SideNav styling docs
i.e.

.svy-sidenav-divider
{
    color: #ff0000;
}

Again if you checkout that SvyNavigationUX template in my reply to your other question, you also get a themed way of dealing with it. Not sure the LESS variable to change it globally (I think it is @sidenav-text-color which is also inherited from @secondary-color-inverse)

Best,
Sean

…forgot to paste docs for the ThemeRoller template:
https://github.com/Servoy/svyThemeRoller/wiki