Render groups as if they were connections if they are balancing and lack visible contents.

This commit is contained in:
Michael Jumper
2013-08-15 03:18:58 -07:00
parent 54d952d6bc
commit 5fb3352d1d

View File

@@ -448,7 +448,12 @@ div.section {
}
.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;
}
/*