diff options
author | friendica <info@friendica.com> | 2015-01-04 00:48:18 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-01-04 00:48:18 -0800 |
commit | edd1ad37c47e6f8154fd2da352decc457d6af55c (patch) | |
tree | dbab42d1c326b9f45eccdf59e2104a124546e2e9 /view/theme/redbasic/php | |
parent | 8d590068e90c86fc43ec1f451fb92f67ee817abf (diff) | |
parent | 9433a0ddc8926cc483521e97ae911d2eb82c91f6 (diff) | |
download | volse-hubzilla-edd1ad37c47e6f8154fd2da352decc457d6af55c.tar.gz volse-hubzilla-edd1ad37c47e6f8154fd2da352decc457d6af55c.tar.bz2 volse-hubzilla-edd1ad37c47e6f8154fd2da352decc457d6af55c.zip |
Merge branch 'master' into trinidad
Diffstat (limited to 'view/theme/redbasic/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, |