Add "empty" class if group is empty.

This commit is contained in:
Michael Jumper
2013-08-15 03:07:35 -07:00
parent 9de0d7a299
commit 5ecf224e09
2 changed files with 23 additions and 6 deletions

View File

@@ -438,6 +438,10 @@ div.section {
background-image: url('../images/group-icons/guac-open.png');
}
.group.empty > .caption .icon.group {
visibility: hidden;
}
/*
* Settings formatting
*/