Hello community,
I would like to use UI_Template to make some customize the default behavior of the side navigation in Dashboards.
I managed to find the style that allowed me to tweak the font size in the side navigation, however I was not able to make the all the changes needed.
The needed changes are:
- Change the vertical line on a selected tab from appearing on the right to appear on the left
- Change the color of the vertical bar on the selected dashboard tab
- Change the color of the font & icon for the selected dashboard tab
- Change the height, width & padding between dashboard tab items on the side navigation
Any help / tips on what needs to be added / changed in my UI_Template CSS style block to make those changes?
attached is my UI_Template node with the style block
attached are pictures "From.png -> To.png" to visualize the changes i would like to achive.
CSS-SideNavigation.json (1.1 KB)
<style>
@media(min-width: 960px) {
.md-sidenav-left, md-sidenav {
top: 64px;
z-index: 80;
font-size:10px;
}
</style>