I use a modal Dialog and I want to modify the appearance (color and opacity). Which skinning to use? Thanks for your help.
<p:dialog id="idDial" widgetVar="wvDial" modal="true" ... />
I use a modal Dialog and I want to modify the appearance (color and opacity). Which skinning to use? Thanks for your help.
<p:dialog id="idDial" widgetVar="wvDial" modal="true" ... />
Based on user guide from PrimeFaces documentation you can redefine following style classes:
.ui-dialog
Container element of dialog
.ui-dialog-titlebar
Title bar
.ui-dialog-title-dialog
Header text
.ui-dialog-titlebar-close
Close icon
.ui-dialog-content
Dialog body