瀏覽代碼

new icons

Nicolas Petton 11 年之前
父節點
當前提交
6aef917241
共有 15 個文件被更改,包括 16 次插入16 次删除
  1. 8 8
      css/helios.css
  2. 8 8
      css/helios.less
  3. 二進制
      images/announcement.png
  4. 二進制
      images/arrowLeft.png
  5. 二進制
      images/arrowRight.png
  6. 二進制
      images/exception.png
  7. 二進制
      images/overridden.png
  8. 二進制
      images/override-overridden.png
  9. 二進制
      images/override.png
  10. 二進制
      images/pause.png
  11. 二進制
      images/proceed.png
  12. 二進制
      images/step-into.png
  13. 二進制
      images/step-out.png
  14. 二進制
      images/step-over.png
  15. 二進制
      images/test.png

+ 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;

二進制
images/announcement.png


二進制
images/arrowLeft.png


二進制
images/arrowRight.png


二進制
images/exception.png


二進制
images/overridden.png


二進制
images/override-overridden.png


二進制
images/override.png


二進制
images/pause.png


二進制
images/proceed.png


二進制
images/step-into.png


二進制
images/step-out.png


二進制
images/step-over.png


二進制
images/test.png