Is there a way to remove the unsightly white outline around the UI Dialog?
Check out this picture of the dialog
I've tried various solutions I found on Google and Stack Overflow, such as:
.ui-widget-content {
border: none !important;
outline-width: 0px !important;
}
However, none of these methods seem to be working. Does anyone have another solution that could do the trick?