Nicolas Petton il y a 11 ans
Parent
commit
6aef917241

+ 8 - 8
css/helios.css

@@ -24,7 +24,7 @@ html[xmlns] .clearfix {
   cursor: pointer;
 }
 #helios i {
-  opacity: 0.8;
+  opacity: 1;
 }
 #helios [class^="icon-"],
 #helios [class*=" icon-"] {
@@ -381,13 +381,13 @@ html[xmlns] .clearfix {
 #helios .tool_container .list-label {
   font-size: 11px;
   border-radius: 0;
-  border-bottom: 1px solid #666;
-  border-top: 1px solid #e1ebf5;
-  background-color: #d2dae6;
-  background-image: -webkit-linear-gradient(top, #d2dae6, #cad3de);
-  background-image: -moz-linear-gradient(top, #d2dae6, #cad3de);
-  background-image: -o-linear-gradient(top, #d2dae6, #cad3de);
-  background-image: linear-gradient(top, #d2dae6, #cad3de);
+  border-bottom: 1px solid #999;
+  border-top: 1px solid #eee;
+  background-color: #eee;
+  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
+  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
+  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
+  background-image: linear-gradient(top, #eeeeee, #dddddd);
   color: #444;
   font-weight: bold;
   text-shadow: 0 0 0;

+ 8 - 8
css/helios.less

@@ -32,7 +32,7 @@ html[xmlns] .clearfix {
     }
 
     i {
-	opacity: 0.8;
+	opacity: 1;
     }
 
     [class^="icon-"], [class*=" icon-"] {
@@ -449,13 +449,13 @@ html[xmlns] .clearfix {
     .tool_container .list-label {
 	font-size: 11px;
 	border-radius: 0;
-	border-bottom: 1px solid #666;
-	border-top: 1px solid #e1ebf5;
-	background-color: #d2dae6;
-	background-image: -webkit-linear-gradient(top, #d2dae6, #cad3de);
-	background-image: -moz-linear-gradient(top, #d2dae6, #cad3de);
-	background-image: -o-linear-gradient(top, #d2dae6, #cad3de);
-	background-image: linear-gradient(top, #d2dae6, #cad3de);
+	border-bottom: 1px solid #999;
+	border-top: 1px solid #eee;
+	background-color: #eee;
+	background-image: -webkit-linear-gradient(top, #eee, #ddd);
+	background-image: -moz-linear-gradient(top, #eee, #ddd);
+	background-image: -o-linear-gradient(top, #eee, #ddd);
+	background-image: linear-gradient(top, #eee, #ddd);
 	color: #444;
 	font-weight: bold;
 	text-shadow: 0 0 0;

BIN
images/announcement.png


BIN
images/arrowLeft.png


BIN
images/arrowRight.png


BIN
images/exception.png


BIN
images/overridden.png


BIN
images/override-overridden.png


BIN
images/override.png


BIN
images/pause.png


BIN
images/proceed.png


BIN
images/step-into.png


BIN
images/step-out.png


BIN
images/step-over.png


BIN
images/test.png