Fade background when status is shown.

This commit is contained in:
Michael Jumper
2012-11-22 15:43:21 -08:00
parent da9c3e0dc5
commit 59c276e887

View File

@@ -55,6 +55,7 @@ div.dialogOuter {
position: fixed; position: fixed;
left: 0; left: 0;
top: 0; top: 0;
background: rgba(0, 0, 0, 0.75);
} }
div.dialogMiddle { div.dialogMiddle {