diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-02-26 15:09:46 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-02-26 15:09:46 +0100 |
commit | ee5fd8a0bddde6aab6ce63c2ee48350999d7070d (patch) | |
tree | 98dfef9b1a768d6abcb1ecddf3448029f92dc40e /view/theme/redbasic/css | |
parent | 032cbca6511cd0e0bbd5d6a41993a7a3734efc37 (diff) | |
download | volse-hubzilla-ee5fd8a0bddde6aab6ce63c2ee48350999d7070d.tar.gz volse-hubzilla-ee5fd8a0bddde6aab6ce63c2ee48350999d7070d.tar.bz2 volse-hubzilla-ee5fd8a0bddde6aab6ce63c2ee48350999d7070d.zip |
fix minor issue with custom acl selector
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 818ee2a64..dfd03707f 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -848,10 +848,12 @@ div.jGrowl div.jGrowl-notification { .acl-list-item.grouphide { border: 1px solid red; + z-index: 2; } .acl-list-item.groupshow { border: 1px solid green; + z-index: 2; } .acl-list-item.taggable { |