From 942e0ef1c73ffc945899f124fa63e3c4329d4ed4 Mon Sep 17 00:00:00 2001 From: ullgren Date: Sun, 31 Mar 2002 11:23:33 +0000 Subject: [PATCH] Fixed so that quoted text in replies becomes readable - Found by T.J. Drennan git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2652 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- themes/deepocean_theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/deepocean_theme.php b/themes/deepocean_theme.php index 573dbbc4..c1ee9c05 100644 --- a/themes/deepocean_theme.php +++ b/themes/deepocean_theme.php @@ -27,6 +27,6 @@ $color[9] = '#587B99'; // (mid-gray) Darker version of #0 $color[10] = '#496E8B'; // (dark gray) Darker version of #9 $color[11] = '#A7C5F3'; // (dark red) Special Folders color $color[12] = '#7092B4'; -$color[13] = '#83A1DA'; // (another blue) Unselectable folders color +$color[15] = '#83A1DA'; // (another blue) Unselectable folders color ?> -- 2.25.1