GUACAMOLE-823: Restructure home screen connection groups to match connections.

This commit is contained in:
Michael Jumper
2020-06-18 00:56:47 -07:00
parent cbe2c5dbf2
commit 917da570b0
4 changed files with 43 additions and 6 deletions

View File

@@ -54,3 +54,13 @@ div.recent-connections div.connection {
a.home-connection {
display: block;
}
/* Show only expand/collapse icon for connection groups on home screen */
.all-connections .connection-group > .caption .icon {
display: none;
}
.all-connections .connection-group > .caption .icon.expand {
display: inline-block;
}