I need to add a 2 pixel border around the JQuery ui-dialog.
Could anyone help on what to modify please?
Thanks
In 'jquery-ui.css' add a border to the dialog style:
.ui-dialog {
position: relative;
padding: .2em;
width: 300px;
border: 2px solid white;
}