I followed the article at Progressive Processing Message to create a jquery progress bar when I was working with APEX 4.2. It seemed to work fine on APEX 5.0 when I kept Theme 26, but when I changed it to Theme 42 it no longer worked. I found that the Vita.min.css and Core.min.css were conflicting with a few settings and I changed those (had to use the !important tag to enforce them), but even after correcting them, the progress bar still did not show anything.
Here are the changes I made for the inline CSS:
.ui-widget-content {background-image:url("images/ui-bg_flat_75_ffffff_40x100.png") !important;
border-color:#AAA !important;
color:#222 !important;
border-radius:4px !important;}
Anybody have any ideas?
Thanks,
Steven Wilson