aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-03-30 16:39:08 -0700
committerredmatrix <git@macgirvin.com>2016-03-30 16:39:08 -0700
commit4ba9a5ef75c05136627810622af1334fd5f8e2a1 (patch)
treee5c56ba0c55d34cf538c2a5662958df26f269e5c /view/theme
parent6a6dbec0335c43137e4dc5e84b5b188edc57ba10 (diff)
parentdf891f4ad2eee3b07bad73d703a46364dad03508 (diff)
downloadvolse-hubzilla-4ba9a5ef75c05136627810622af1334fd5f8e2a1.tar.gz
volse-hubzilla-4ba9a5ef75c05136627810622af1334fd5f8e2a1.tar.bz2
volse-hubzilla-4ba9a5ef75c05136627810622af1334fd5f8e2a1.zip
Merge https://github.com/redmatrix/hubzilla into pending_merge
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/style.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index b92fe5afe..7f9f621a3 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -1263,7 +1263,8 @@ img.mail-conv-sender-photo {
.wall-item-content,
.mail-conv-body,
-.page-body {
+.page-body,
+.chat-item-text {
font-size: $font_size;
clear: both;
}
@@ -1366,9 +1367,9 @@ img.mail-conv-sender-photo {
border-radius: $radiuspx;
}
-.chat-item-text {
+.chat-item-title {
border-radius: $radiuspx;
- background-color: #eee;
+ background-color: $item_colour;
}
/* nav bootstrap */