These classes form the dialog box header container.
ui-dialog-titlebar ui-widget-header ui-corner-all ui-helper-clearfix
This class forms the text.
ui-dialog-title
You can edit these classes in css file for jquery ui style. Or you can overwrite them in your own css file.
.ui-dialog-title{ font-size: 110% !important; color: #FFFFFF !important; background: #000000 !important; }
Important may not be necessary.
You can find it for yourself using developer tools.
source share