Fixed so that quoted text in replies becomes readable - Found by T.J. Drennan
authorullgren <ullgren@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 31 Mar 2002 11:23:33 +0000 (11:23 +0000)
committerullgren <ullgren@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 31 Mar 2002 11:23:33 +0000 (11:23 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2652 7612ce4b-ef26-0410-bec9-ea0150e637f0

themes/deepocean_theme.php

index 573dbbc478bbc8d5c09dc06da97fc3df0706ce78..c1ee9c05788b36ddaa4d04f5fd5ea951ba1e4f34 100644 (file)
@@ -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
 
 ?>