Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

Set opacity of popup background

Hi

I would like to set the opacity of a popup background

I have tried this but it just makes the background completely transparent.

.ui-dialog {
background: rgb(255,0,0,0.4);
}

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Set opacity of popup background

Hello Deon,

Please use CSS below for that:
pre.ui-popup-container div.ui-popup {
background: rgba(255,0,0,0.4);
}/pre

Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

Set opacity of popup background

Thank you
Just a small mod
.ui-popup-container .ui-popup {
background: rgba(255,0,0,0.4);
}

Return to “Issues”