Browse Source

use special folder class for special folders in advanced tree

tokul 19 năm trước cách đây
mục cha
commit
f32aee8fc7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/left_main.php

+ 1 - 1
src/left_main.php

@@ -251,7 +251,7 @@ function ListAdvancedBoxes ($boxes, $mbx, $j='ID.0000' ) {
 
     /* color special boxes */
     if ($use_special_folder_color && $boxes->is_special) {
-        $pre .= "<span class=\"highlight\">";
+        $pre .= "<span class=\"leftspecial\">";
         $end .= '</span>';
     }