unseen string used different color before I've moved it colors to css.
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 9 Feb 2006 17:56:20 +0000 (17:56 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 9 Feb 2006 17:56:20 +0000 (17:56 +0000)
confused color[15] with color[11]

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10674 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/left_main.php

index 58b9e349c94387fc5ab023d43c7109b1b6fd7e49..e90c5949b5cb3e8191a8e50052fae232340ed4b5 100644 (file)
@@ -80,7 +80,7 @@ function ListBoxes ($boxes, $j=0 ) {
                 $unseen_string .= '/' . $boxes->total;
             }
 
                 $unseen_string .= '/' . $boxes->total;
             }
 
-            $unseen_string = "<span class=\"highlight\">($unseen_string)</span>";
+            $unseen_string = "<span class=\"leftunseen\">($unseen_string)</span>";
 
             /*
                 Finally allow the script to display the values by setting a boolean.
 
             /*
                 Finally allow the script to display the values by setting a boolean.
@@ -233,7 +233,7 @@ function ListAdvancedBoxes ($boxes, $mbx, $j='ID.0000' ) {
                 $unseen_string .= '/' . $boxes->total;
             }
 
                 $unseen_string .= '/' . $boxes->total;
             }
 
-            $unseen_string = "<span class=\"highlight\">($unseen_string)</span>";
+            $unseen_string = "<span class=\"leftunseen\">($unseen_string)</span>";
 
             /*
                 Finally allow the script to display the values by setting a boolean.
 
             /*
                 Finally allow the script to display the values by setting a boolean.