mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 14:11:21 +00:00
Render groups as if they were connections if they are balancing and lack visible contents.
This commit is contained in:
@@ -448,7 +448,12 @@ div.section {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.group.empty > .caption .icon.group {
|
.group.empty > .caption .icon.group {
|
||||||
visibility: hidden;
|
opacity: 0.25;
|
||||||
|
background-image: url('../images/group-icons/guac-open.png');
|
||||||
|
}
|
||||||
|
|
||||||
|
.group.empty.balancer > .caption .icon.group {
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user