stany.ferer 1 gadu atpakaļ
vecāks
revīzija
427b1f32bd
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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 = "";
     }