Question
Capgemini
IN
Last activity: 22 Aug 2019 6:59 EDT
Modal Dialog Background Color Needs to Change
By default in Pega when we launch any modal dialog, the background automatically comes as blur or light grey colored. But my requirement is to make that blur color as light green color. Can anyone suggest me any solution to change the color of the modal dialog background ?
PFA
In attachment I marked the grey space. I want it as Light Green.
Thanks in advance.
Hi,
I have got the solution.
We just need to add the below css style in our application additional style sheet in skin.
.modal-overlay
{
background: #7bea7b91;
}
It will override all the modal dialog background all over the app as per my req. If not need to change everywhere we need to change the modal overlay format.
Thanks everyone for your sharp reply.
Thanks,
Arpan