diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-03-31 00:37:40 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-03-31 00:37:40 +0200 |
commit | df891f4ad2eee3b07bad73d703a46364dad03508 (patch) | |
tree | 8b7e1aab334c78041bbdce5920e9184b7ea78b9a /view/theme | |
parent | 08461c7049ee5c9788e815537b540b9987a5eace (diff) | |
download | volse-hubzilla-df891f4ad2eee3b07bad73d703a46364dad03508.tar.gz volse-hubzilla-df891f4ad2eee3b07bad73d703a46364dad03508.tar.bz2 volse-hubzilla-df891f4ad2eee3b07bad73d703a46364dad03508.zip |
more work on mod chat
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 7 |
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 */ |