mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-09 22:51:22 +00:00
GUACAMOLE-5: Generalize and clean the guacGroupList directive such that arbitrary GroupListItem types can be supported.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
@@ -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');
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user