ssapq
04-27-2007, 05:20 PM
I see the following selector:
.x-dlg-mask{
background-color:#CCC;
display:none;
left:0;
opacity:0.5px; /* this should be opacity:0.5; ? */
position:absolute;
top:0;
z-index:10000;
/* and one would want to include these: */
-moz-opacity: 0.5;
filter:alpha(opacity=50);
}
Otherwise, the .x-dlg-mask was not showing as transparent. I don't see a config option, so I assume one sets this in the ext-all.css.
.x-dlg-mask{
background-color:#CCC;
display:none;
left:0;
opacity:0.5px; /* this should be opacity:0.5; ? */
position:absolute;
top:0;
z-index:10000;
/* and one would want to include these: */
-moz-opacity: 0.5;
filter:alpha(opacity=50);
}
Otherwise, the .x-dlg-mask was not showing as transparent. I don't see a config option, so I assume one sets this in the ext-all.css.