Browse Source

better background color for helios debugger header

Nicolas Petton 10 years ago
parent
commit
7b1a30e03f
2 changed files with 2 additions and 2 deletions
  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 {