This is a migrated thread and some comments may be shown as answers.

Kendo UI Mobile Themebuilder problem

1 Answer 38 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Jan-Dirk
Top achievements
Rank 1
Jan-Dirk asked on 07 Nov 2012, 02:32 PM
I have used the Themebuilder on the Kendo UI site to create a theme that reflects my company style. It seems that the Export button only output a few lines of code (way to less code, I assume).

 .km-ios .km-view .km-navbar .km-button.km-state-active {
    background-color: rgb(236, 32, 40);
}
.km-ios .km-view .km-content .km-list .km-state-active .km-listview-link {
    background-color: rgb(236, 32, 40);
}
.km-ios .km-view .km-navbar {
    background-color: rgb(0, 111, 81);
}
.km-ios .km-view .km-content .km-list > li {
    background-color: rgb(0, 111, 81);
}
.km-ios .km-view .km-content {
    background-color: rgb(255, 255, 255);
}
.km-ios .km-view .km-navbar .km-view-title > * {
    color: rgb(255, 255, 255);
}
.km-ios .km-view .km-tabstrip {
    background-color: rgb(0, 111, 81);
}
.km-ios .km-view .km-content .km-list > li .km-icon {
    background-color: rgb(236, 32, 40);
}

When I include that css in my project below the existing reference to Kendo CSS it seems that this has no effect in my app.

Anyone who has used the Kendo mobile themebuilder (http://demos.kendoui.com/mobilethemebuilder/index.html) can tell me what could be wrong?

1 Answer, 1 is accepted

Sort by
0
Jan-Dirk
Top achievements
Rank 1
answered on 07 Nov 2012, 03:02 PM
Please ignore my question above. The reference was not correct, I forgot to add the path to the .css
Tags
General Discussions
Asked by
Jan-Dirk
Top achievements
Rank 1
Answers by
Jan-Dirk
Top achievements
Rank 1
Share this question
or