diff options
author | Jeroen <jeroenpraat@xs4all.nl> | 2015-01-03 15:51:01 +0000 |
---|---|---|
committer | Jeroen <jeroenpraat@xs4all.nl> | 2015-01-03 15:51:01 +0000 |
commit | 753e6809d920f0205b49d45072c8a5bb687c1797 (patch) | |
tree | 76df282d3943bde8a6a17b5954e3340b29d994a6 /view/theme/redbasic/css | |
parent | 0779e3ae53161843110610eba27380bfab0b2dd0 (diff) | |
download | volse-hubzilla-753e6809d920f0205b49d45072c8a5bb687c1797.tar.gz volse-hubzilla-753e6809d920f0205b49d45072c8a5bb687c1797.tar.bz2 volse-hubzilla-753e6809d920f0205b49d45072c8a5bb687c1797.zip |
update NL and text-background-fix in chat for alternatives schemas
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 63cf27d58..7a6ceb968 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1978,7 +1978,7 @@ img.mail-list-sender-photo { .chat-item-text { border-radius: $radiuspx; - background-color: #eee; + background-color: $chat_txtbgcol; } /* nav bootstrap */ |