aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/php
diff options
context:
space:
mode:
authorEiner von Vielen <tomwie@users.sourceforge.net>2015-01-18 01:31:22 +0100
committerEiner von Vielen <tomwie@users.sourceforge.net>2015-01-18 01:31:22 +0100
commit235181ead5a3dfe55d082304e1ebff5e5dc24070 (patch)
tree7260fc7d1962ad64f43e2a7ef96f7ee2411aff7f /view/theme/redbasic/php
parent203c345bde0dc87b80e52ea1b055cd90996f1db5 (diff)
downloadvolse-hubzilla-235181ead5a3dfe55d082304e1ebff5e5dc24070.tar.gz
volse-hubzilla-235181ead5a3dfe55d082304e1ebff5e5dc24070.tar.bz2
volse-hubzilla-235181ead5a3dfe55d082304e1ebff5e5dc24070.zip
Fixed #846 Viewing event from calendar displays event
See https://github.com/friendica/red/issues/846
Diffstat (limited to 'view/theme/redbasic/php')
-rw-r--r--view/theme/redbasic/php/style.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php
index 5d44a9b9d..5bc702d8c 100644
--- a/view/theme/redbasic/php/style.php
+++ b/view/theme/redbasic/php/style.php
@@ -275,7 +275,7 @@ if(! $a->install) {
if(! $chat_txtbgcol)
$chat_txtbgcol = "#EEE";
if(! $fancybox_bgcolour)
- $fancybox_bgcolour = "#FFF";
+ $fancybox_bgcolour = "#FFFFFF";
if (!$comment_padding)
$comment_padding="0px";
if (!$comment_border_left)