From acb9dcd287b4588e18da725622218ddbb0654d7d Mon Sep 17 00:00:00 2001 From: fidian Date: Tue, 20 Feb 2001 18:15:34 +0000 Subject: [PATCH] * message_display.php uses $color[12] for every-other message line. If it doesn't exist, it defaults to EAEAEA. Very bad choice for Black Bean Burrito. Added a $color[12] to the theme. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1145 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- themes/black_bean_burrito_theme.php | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/black_bean_burrito_theme.php b/themes/black_bean_burrito_theme.php index a54c729a..bad07084 100644 --- a/themes/black_bean_burrito_theme.php +++ b/themes/black_bean_burrito_theme.php @@ -16,4 +16,5 @@ $color[9] = "#414141"; // (dark gray) Darker version of #0 $color[10] = "#292929"; // (darker gray) Darker version of #9 $color[11] = "#AAAA44"; // (light red) Special Folders color + $color[12] = "#303030"; // (dark gray) Alternate color for message backround in index table ?> -- 2.25.1