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

This commit is contained in:
Torkel Ödegaard
2016-09-30 17:39:05 +02:00
parent 7c339f0794
commit aa78114440

View File

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