From 235181ead5a3dfe55d082304e1ebff5e5dc24070 Mon Sep 17 00:00:00 2001 From: Einer von Vielen Date: Sun, 18 Jan 2015 01:31:22 +0100 Subject: Fixed #846 Viewing event from calendar displays event See https://github.com/friendica/red/issues/846 --- view/theme/redbasic/php/style.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/theme/redbasic/php') 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) -- cgit v1.2.3