From 170ffed02aa1694a9cbe8d9ef400ed9f0c027ff0 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Sun, 3 Mar 2013 16:43:41 -0800 Subject: [PATCH] Gray out connections that are in-use. --- guacamole/src/main/webapp/styles/login.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/guacamole/src/main/webapp/styles/login.css b/guacamole/src/main/webapp/styles/login.css index 3d8ca9328..c06e98803 100644 --- a/guacamole/src/main/webapp/styles/login.css +++ b/guacamole/src/main/webapp/styles/login.css @@ -299,6 +299,10 @@ div#recent-connections div.connection { color: gray; } +.connection.in-use { + opacity: 0.5; +} + .connection .thumbnail { margin: 0.5em; }