diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-03-20 01:45:56 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-03-20 01:45:56 +0100 |
commit | 30cf56bdb505ffa50bb7416ec8623fb97418d358 (patch) | |
tree | aaaf8b9843fb59a89bb8af943d8a8c520e9e8e27 /view/theme/redbasic | |
parent | 51cd4e8519ef97f348013320e612811f9da1ad0e (diff) | |
download | volse-hubzilla-30cf56bdb505ffa50bb7416ec8623fb97418d358.tar.gz volse-hubzilla-30cf56bdb505ffa50bb7416ec8623fb97418d358.tar.bz2 volse-hubzilla-30cf56bdb505ffa50bb7416ec8623fb97418d358.zip |
make >>indicate group members<< in acl selector work again on group > show or group > dont show is selected
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index f0e057425..6ef9ea284 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -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; |