aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-02-26 15:09:46 +0100
committerMario Vavti <mario@mariovavti.com>2018-02-26 15:09:46 +0100
commitee5fd8a0bddde6aab6ce63c2ee48350999d7070d (patch)
tree98dfef9b1a768d6abcb1ecddf3448029f92dc40e /view/theme
parent032cbca6511cd0e0bbd5d6a41993a7a3734efc37 (diff)
downloadvolse-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')
-rw-r--r--view/theme/redbasic/css/style.css2
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 {