With jQuery UI 1.10... the modal close does not show the image and sometimes moves position on-click (preventing ability to click).
After some troubleshooting on the issue... looks like as of jQuery UI 1.10 the dialog "close" is now a <button> with all the button classes (as opposed to <a>). Because the buttons styles in the .css document are well after the the dialog styles, there are a lot of styles being over-ridden.
With jQuery UI 1.10... the modal close does not show the image and sometimes moves position on-click (preventing ability to click).
After some troubleshooting on the issue... looks like as of jQuery UI 1.10 the dialog "close" is now a
<button>with all the button classes (as opposed to<a>). Because the buttons styles in the .css document are well after the the dialog styles, there are a lot of styles being over-ridden.