1
0
Преглед на файлове

better background color for helios debugger header

Nicolas Petton преди 10 години
родител
ревизия
7b1a30e03f
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      css/helios.css
  2. 1 1
      css/helios.less

+ 1 - 1
css/helios.css

@@ -823,7 +823,7 @@ body[id="helios"] .hl_debugger .head {
   position: absolute;
   top: 23px;
   width: 100%;
-  background: #464646 url(/images/debugger.png) 10px center no-repeat;
+  background: #0088cc url(/images/debugger.png) 10px center no-repeat;
   border-bottom: 1px solid white;
 }
 body[id="helios"] .hl_debugger .head h2 {

+ 1 - 1
css/helios.less

@@ -944,7 +944,7 @@ body[id="helios"] {
 			position: absolute;
 			top: 23px;
 			width: 100%;
-			background: #464646 url(/images/debugger.png) 10px center no-repeat;
+			background: #08c url(/images/debugger.png) 10px center no-repeat;
 			border-bottom: 1px solid white;
 
 			h2 {