The current version of dialog has the option “dialogClass” which you can use with your id’s.
For example,
$('foo').dialog({dialogClass:'dialog_style1'});
Then the CSS would be
.dialog_style1 {color:#aaa;}
The current version of dialog has the option “dialogClass” which you can use with your id’s.
For example,
$('foo').dialog({dialogClass:'dialog_style1'});
Then the CSS would be
.dialog_style1 {color:#aaa;}