Search code examples
jquerycssjquery-dialog

Remove the line separator between the buttons and the content in a jquery dialog


I have a jQuery dialog where buttons are separated from content by a solid line. Is it possible to remove this line? I didn't find a way to do this.

enter image description here

Thanks.


Solution

  • Caught with Firebug :

    .ui-dialog .ui-dialog-buttonpane { border-width: 0 !important; }