I am using your Mobile ThemeBuilder and I can not get the selected button's text in the ButtonGroup to change color. I've tried many different ways to change the color through declarative css styles. (No Inline, I can not use inline styling).
This is the style that is generated by your theme builder:
.km-ios7 .km-view .km-navbar .km-view-title > * .km-button.km-state-active .km-text {
color: rgb(0, 63, 135);
}
It does not work. The selected button's text is always white.
Thank you for your time.
This is the style that is generated by your theme builder:
.km-ios7 .km-view .km-navbar .km-view-title > * .km-button.km-state-active .km-text {
color: rgb(0, 63, 135);
}
It does not work. The selected button's text is always white.
Thank you for your time.