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/php/style.php | |
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/php/style.php')
-rw-r--r-- | view/theme/redbasic/php/style.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php index 50ec9613b..5d44a9b9d 100644 --- a/view/theme/redbasic/php/style.php +++ b/view/theme/redbasic/php/style.php @@ -272,6 +272,8 @@ if(! $a->install) { $advperm_gradientcol = "#E8E8E8"; if(! $cal_bgcolour) $cal_bgcolour = "#FCF8E3"; + if(! $chat_txtbgcol) + $chat_txtbgcol = "#EEE"; if(! $fancybox_bgcolour) $fancybox_bgcolour = "#FFF"; if (!$comment_padding) @@ -409,6 +411,7 @@ $options = array ( '$advperm_bordercol' => $advperm_bordercol, '$advperm_gradientcol' => $advperm_gradientcol, '$cal_bgcolour' => $cal_bgcolour, +'$chat_txtbgcol' => $chat_txtbgcol, '$fancybox_bgcolour' => $fancybox_bgcolour, '$pmenu_top' => $pmenu_top, '$pmenu_reply' => $pmenu_reply, |