From 59c276e8870b763be2aff1996eb4ee63f31523e6 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Thu, 22 Nov 2012 15:43:21 -0800 Subject: [PATCH] Fade background when status is shown. --- guacamole/src/main/webapp/styles/client.css | 1 + 1 file changed, 1 insertion(+) diff --git a/guacamole/src/main/webapp/styles/client.css b/guacamole/src/main/webapp/styles/client.css index 70b52f80c..bf5d0d837 100644 --- a/guacamole/src/main/webapp/styles/client.css +++ b/guacamole/src/main/webapp/styles/client.css @@ -55,6 +55,7 @@ div.dialogOuter { position: fixed; left: 0; top: 0; + background: rgba(0, 0, 0, 0.75); } div.dialogMiddle {