Cambiar los colores del Dialog

Agregamos el css

.customDialog {
    color : white;
}

.customDialog .ui-dialog-titlebar.ui-widget-header {
    background: white !important;
}

Creamos un boton para invocarlo

Indicamos el css en el dialogo

Si le quitamos el styleClass

Se mostraria

Last updated

Was this helpful?