I am trying to change the color of my nested tab container. I'd also like to show a different color for the active main tab and the active nested tab.
I've tried the below to achieve the color of all nested tabs, but it does not appear to be working.
.dijitTabContainerTabListNested { color:red; }