netrix
Registered
As I want to see which Tab is active, I added this Code to my Extra.css
What I would like to know if somebody has another maybe better idea to do the highlighting.
Code:
.navTabs .navTab.selected .navLink{
color: rgb(18, 122, 187);
}
.navTabs .navTab.selected .navLink:hover{
color: rgb(255, 255, 255);
}