Hello Robin,
A Kendo UI Mobile Theme Builder is currently in the works and will be introduced along with the service pack after a month.
What you're trying to do is really easy, just use background colors and colors, like this:
.km-ios .km-tabstrip .km-button .km-icon {
background-color: #fff;
}
.km-ios .km-tabstrip .km-button .km-text {
color: #fff;
}
You can change the active state color for instance with (there is a gradient there too, that's why color only won't help):
.km-ios .km-tabstrip .km-state-active .km-icon {
background: red;
}
Greetings,
Kamen Bundev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework -
download Kendo UI now!