Hello, how do I get this gray bar on top of the modal?
$(function(){vardialog,form,dialog=$("#painel_fazer_upload" ).dialog
({
autoOpen: false,
height: 520,
width: 500,
modal: true,
});
$( "#painel_upload" ).button().on( "click", function()
{
dialog.dialog( "open" );
});
});