diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-03-31 22:42:28 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-03-31 22:42:28 +0200 |
commit | 6c2673ae2aa311ee92b5b12b969b4483b52eef53 (patch) | |
tree | d5765a0e2e4ccfa6fd94649c2ff04907a054ebbc /view/theme/redbasic/css | |
parent | 3fdd110e0775113d2246a9db16c6c920ecddf19d (diff) | |
download | volse-hubzilla-6c2673ae2aa311ee92b5b12b969b4483b52eef53.tar.gz volse-hubzilla-6c2673ae2aa311ee92b5b12b969b4483b52eef53.tar.bz2 volse-hubzilla-6c2673ae2aa311ee92b5b12b969b4483b52eef53.zip |
various fixes regarding mod chat
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 43607a95c..443f96da9 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1375,6 +1375,10 @@ img.mail-conv-sender-photo { background-color: $item_colour; } +#chatMembers img { + border-radius: $radiuspx; +} + /* nav bootstrap */ |