GUACAMOLE-5: Generalize and clean the guacGroupList directive such that arbitrary GroupListItem types can be supported.

This commit is contained in:
Michael Jumper
2016-08-05 16:28:33 -07:00
parent 558d242060
commit 56d9c90940
11 changed files with 121 additions and 159 deletions

View File

@@ -18,28 +18,28 @@
*/
.user,
.group,
.connection-group,
.connection {
cursor: pointer;
}
.user a,
.connection a,
.group a {
.connection-group a {
text-decoration:none;
color: black;
}
.user a:hover,
.connection a:hover,
.group a:hover {
.connection-group a:hover {
text-decoration:none;
color: black;
}
.user a:visited,
.connection a:visited,
.group a:visited {
.connection-group a:visited {
text-decoration:none;
color: black;
}

View File

@@ -178,11 +178,11 @@ div.section {
background-position: center center;
}
.group > .caption .icon {
.connection-group > .caption .icon {
background-image: url('images/folder-closed.png');
}
.group.expanded > .caption .icon {
.connection-group.expanded > .caption .icon {
background-image: url('images/folder-open.png');
}
@@ -213,7 +213,7 @@ div.section {
padding-left: 13px;
}
.group.empty.balancer .icon {
.connection-group.empty.balancer .icon {
background-image: url('images/protocol-icons/guac-monitor.png');
}