I am trying to change the color of the title. I used .ui-dialog-titlebar, but it does not work, so I tried using ui-widght-header, it also affected the data table. Please inform.
//Does not work
.ui-dialog-titlebar { background-color: #F9A7AE; background-image: none; color: #000; }
// Works, but also reflects the datatable header ..
.ui-widget-header { background-color: #99CCFF; background-image: none; color: Black; }
I look only the title of the dialog with color only. Please advise.
source share