aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
authormarijus <mario@localhost.localdomain>2013-12-03 23:26:21 +0100
committermarijus <mario@localhost.localdomain>2013-12-03 23:26:21 +0100
commit6d4a265ab27ab16c4cd6404876c91cb3ca0d5265 (patch)
tree217aec1b426e60408b3ef03d3ba9b3762274b8fd /view/theme/redbasic/css
parent27e0f4e06123f3a3a9c6c064e21aec813585933a (diff)
downloadvolse-hubzilla-6d4a265ab27ab16c4cd6404876c91cb3ca0d5265.tar.gz
volse-hubzilla-6d4a265ab27ab16c4cd6404876c91cb3ca0d5265.tar.bz2
volse-hubzilla-6d4a265ab27ab16c4cd6404876c91cb3ca0d5265.zip
this should remain in style.css
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 51654aeaa..8251db4a2 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -3237,3 +3237,10 @@ text-decoration: none;
color: $toolicon_colour;
margin-right: 10px;
}
+
+/* message */
+
+img.mail-list-sender-photo {
+ -moz-border-radius: $radiuspx;
+ border-radius: $radiuspx;
+}