malsup / blockui

jQuery BlockUI Plugin
http://jquery.malsup.com/block/
1.69k stars 506 forks source link

Problem with themes #44

Closed mahet closed 11 years ago

mahet commented 11 years ago

Currently the code contains in line 293 an outcommented check used for applying overlay-styles only when theming is not activated in the options. I'd suggest to uncomment it because in my opinion the check for theming is still necessary as the styling of the overlay "collides" with the theme and produces a strange looking bar underneath the displayed "message box".

Line 293: // if (!opts.theme && (!opts.applyPlatformOpacityRules))

P.S. great plugin.