소스 검색

unseen string used different color before I've moved it colors to css.
confused color[15] with color[11]

tokul 19 년 전
부모
커밋
43c5769b20
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/left_main.php

+ 2 - 2
src/left_main.php

@@ -80,7 +80,7 @@ function ListBoxes ($boxes, $j=0 ) {
                 $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.
@@ -233,7 +233,7 @@ function ListAdvancedBoxes ($boxes, $mbx, $j='ID.0000' ) {
                 $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.