Ok, so I was reading this example on the kendo ui blog.
http://www.kendoui.com/blogs/teamblog/posts/12-10-09/how_it_s_made_the_stock_history_demo.aspx
Looking through the source, I a set of two stylesheets referenced.
I thought we could change the theme by changing one of the standard stylesheets such as
kendo.default.min.css
changed, to this
kendo.black.min.css
However, that doesn't seem to make any difference. Are those two other stylesheets done with themebuilder?
http://www.kendoui.com/blogs/teamblog/posts/12-10-09/how_it_s_made_the_stock_history_demo.aspx
Looking through the source, I a set of two stylesheets referenced.
<link href=
"examples.css"
rel=
"stylesheet"
/>
<link href=
"styles.css"
rel=
"stylesheet"
/>
kendo.default.min.css
changed, to this
kendo.black.min.css
However, that doesn't seem to make any difference. Are those two other stylesheets done with themebuilder?