From 5fb3352d1dd3016c23abcc739d13ff5050a4b6a7 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Thu, 15 Aug 2013 03:18:58 -0700 Subject: [PATCH] Render groups as if they were connections if they are balancing and lack visible contents. --- guacamole/src/main/webapp/styles/ui.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/guacamole/src/main/webapp/styles/ui.css b/guacamole/src/main/webapp/styles/ui.css index 430f8d4a9..80530fee2 100644 --- a/guacamole/src/main/webapp/styles/ui.css +++ b/guacamole/src/main/webapp/styles/ui.css @@ -448,7 +448,12 @@ div.section { } .group.empty > .caption .icon.group { - visibility: hidden; + opacity: 0.25; + background-image: url('../images/group-icons/guac-open.png'); +} + +.group.empty.balancer > .caption .icon.group { + display: none; } /*