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' })
}
Reference:
http://stackoverflow.com/questions/5583995/set-jquery-ui-modal-dialog-overlay-background-color
No comments:
Post a Comment