Like @spinlock I have a strip that works horizontally:
To remove a strip and use a custom background color, you can do this in the event that opens:
open : function(event, ui){ $("body").css({ overflow: 'hidden' }); $(".ui-widget-overlay").css({ background:"rgb(0, 0, 0)", opacity: ".50 !important", filter: "Alpha(Opacity=50)", }); }, beforeClose: function(event, ui) { $("body").css({ overflow: 'inherit' }) }
bedomon Feb 27 '14 at 11:35 2014-02-27 11:35
source share