BlockUI overlay theming
BlockUI overlay theming
Hello,
First, thanks for a great blockUI plugin! Very nice stuff. I'm trying to write a themable JSF (JavaServer Faces) component for this plugin and figured out that the overlay is not really themable. Only "backgroundColor" and "opacity" can be adjusted. The overlay div has two classes at the moment <div class="blockUI blockOverlay" ...>. I propose to use "ui-widget-overlay" class instead of "blockOverlay" (or in additional to "blockOverlay"). The overlay div looks like then <div class="blockUI ui-widget-overlay"> or <div class="blockUI blockOverlay ui-widget-overlay"> and is theme aware. What do you think, can you add this feature to the next release?
Many thanks in advance!
Oleg.