Set opacity of popup background
Posted: Mon Sep 26, 2016 11:41 am
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);
}