瀏覽代碼

fix(alerting): fixed icon for ok state in panel header, #6136

Torkel Ödegaard 9 年之前
父節點
當前提交
aa78114440
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      public/sass/pages/_alerting.scss

+ 1 - 1
public/sass/pages/_alerting.scss

@@ -62,7 +62,7 @@
     //box-shadow: 0 0 5px rgba(0,200,0,10.8);
     //box-shadow: 0 0 5px rgba(0,200,0,10.8);
     .panel-alert-icon:before {
     .panel-alert-icon:before {
       color: $online;
       color: $online;
-      content: "\e610";
+      content: "\e611";
     }
     }
   }
   }
 }
 }