From 4550a73db11d4f737ffde4770142c7cd3d2b421c Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Tue, 6 Aug 2013 15:25:20 -0700 Subject: [PATCH] Style groups like connections. --- guacamole/src/main/webapp/styles/login.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guacamole/src/main/webapp/styles/login.css b/guacamole/src/main/webapp/styles/login.css index c06e98803..c4a40e034 100644 --- a/guacamole/src/main/webapp/styles/login.css +++ b/guacamole/src/main/webapp/styles/login.css @@ -279,6 +279,7 @@ div#recent-connections div.connection { overflow: hidden; } +.group, .connection { cursor: pointer; } @@ -287,6 +288,7 @@ div#recent-connections div.connection { background: #CDA; } +.group, .connection .name { color: black; font-weight: normal;