aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-03-20 15:32:09 -0700
committerredmatrix <git@macgirvin.com>2016-03-20 15:32:09 -0700
commit23151100dee1051d77d893a616cbc166eb5dcca1 (patch)
tree57b3d70d9a09248613270cd0bcbf515630f1d320 /view/theme
parenteb68b66c58fb0fb0511827a51d39ef0b6aff6d33 (diff)
parent23419e4c26a3f971dd9ec50a37c78c009c12ffca (diff)
downloadvolse-hubzilla-23151100dee1051d77d893a616cbc166eb5dcca1.tar.gz
volse-hubzilla-23151100dee1051d77d893a616cbc166eb5dcca1.tar.bz2
volse-hubzilla-23151100dee1051d77d893a616cbc166eb5dcca1.zip
Merge https://github.com/redmatrix/hubzilla into pending_merge
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/style.css10
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;