diff options
author | friendica <info@friendica.com> | 2015-01-04 00:48:17 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-01-04 00:48:17 -0800 |
commit | 9433a0ddc8926cc483521e97ae911d2eb82c91f6 (patch) | |
tree | 2c61d0a769ff851f078bef76961dfa4f5923a394 /view/theme/redbasic/schema/dark.php | |
parent | 028dff44cccc27db4140ad41fc4893d6cd6ad0f0 (diff) | |
parent | 753e6809d920f0205b49d45072c8a5bb687c1797 (diff) | |
download | volse-hubzilla-9433a0ddc8926cc483521e97ae911d2eb82c91f6.tar.gz volse-hubzilla-9433a0ddc8926cc483521e97ae911d2eb82c91f6.tar.bz2 volse-hubzilla-9433a0ddc8926cc483521e97ae911d2eb82c91f6.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/theme/redbasic/schema/dark.php')
-rw-r--r-- | view/theme/redbasic/schema/dark.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/theme/redbasic/schema/dark.php b/view/theme/redbasic/schema/dark.php index 51a6d23a4..0203d30cd 100644 --- a/view/theme/redbasic/schema/dark.php +++ b/view/theme/redbasic/schema/dark.php @@ -176,6 +176,8 @@ $advperm_gradientcol = "#1E1E1E"; if(! $cal_bgcolour) $cal_bgcolour = "#333"; + if(! $chat_txtbgcol) + $chat_txtbgcol = "#222"; if(! $fancybox_bgcolour) $fancybox_bgcolour = "#1E1E1E"; if (!$admintable_hoverbgcol) |