I am trying to import the following CSS theme into theme roller so I can update it to the latest 1.4.2 framework. It fails each time with the error, "Invalid theme file. Please import unminified files only with all original CSS comments in place." Anyone know why it fails to import?
The code was too long so I had to post it in pastebin.
I have been struggling with this issue for the past few days with no luck. Hopefully someone here might see what is going wrong. I am updating my existing android phonegap 2.1 project to version 3.3. Something in this new version has caused blockUI to not work as it once did. When I would make a call to my function that called $.blockUI it would bring up a black box with my "Please wait" text. Now when the function is called it does nothing. The UI does appear to be blocked(can't click anywhere until it calls $.unblockUI()), but the dialog box does not appear on the phone.