Hello -
I went here ;
http://jquerymobile.com/blog/2011/10/28/announcing-themeroller-for-mobile-beta/
And ran this :
http://jquerymobile.com/themeroller/
I exported the modified results to get a new abcde set of swatches/themes.
When I swapped the "themeroller.css" into a Tizen web project, it didn't work. I found that Tizen 2.0 web projects create a css file that is called jquery.mobile-1.1.0.css. I compared this to the themeroller.css and found a large section at the end of the css that is prefaced with this comment :
/* some unsets - more probably needed */
When I copied this section to the end of the themeroller.css file, it started to work.
Question: Does this make sense in terms of how the Tizen CSS is structured?
Thank You,
Carlos