stany.ferer 1 年之前
父节点
当前提交
427b1f32bd
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      core/views/_cms.nav.php

+ 2 - 2
core/views/_cms.nav.php

@@ -21,13 +21,13 @@
     }
 
     if(core::isDebug()){
-        $titleDebug = "<a href=\"#\"><span class=\"badge toggle-logs\" style=\"background-color:red; margin-left:5px;\">MODE DEBUG</span></a>";
+        $titleDebug = "<a href=\"#\"><span class=\"badge toggle-logs\" style=\"background-color:orange; margin-left:5px;\">MODE DEBUG</span></a>";
     } else {
         $titleDebug = "";
     }
 
     if(debug::isSubmit()){
-        $titleDebugSubmit = "<a href=\"#\"><span class=\"badge toggle-logs\" style=\"background-color:red; margin-left:5px;\">MODE DEBUG SUBMIT</span></a>";
+        $titleDebugSubmit = "<a href=\"#\"><span class=\"badge toggle-logs\" style=\"background-color:orange; margin-left:5px;\">MODE DEBUG SUBMIT</span></a>";
     } else {
         $titleDebugSubmit = "";
     }