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;