make >>indicate group members<< in acl selector work again on group > show or group > dont show is selected

This commit is contained in:
Mario Vavti
2016-03-20 01:45:56 +01:00
parent 51cd4e8519
commit 30cf56bdb5
3 changed files with 15 additions and 9 deletions

View File

@@ -915,7 +915,15 @@ a.rconnect:hover, a.rateme:hover, div.rateme:hover {
border-radius: $radiuspx;
}
.acl-list-item img{
.acl-list-item.grouphide {
border: 1px solid red;
}
.acl-list-item.groupshow {
border: 1px solid green;
}
.acl-list-item img {
width: 40px;
height: 40px;
float: left;