Fix bugs with show warnings and some html escaping

This commit is contained in:
Gaël Métais
2015-03-18 08:09:51 +01:00
parent 23d980910d
commit f45480c0b9
4 changed files with 25 additions and 5 deletions
+8
View File
@@ -345,4 +345,12 @@
.execution .icon-warning {
color: #e74c3c;
cursor: pointer;
}
.warningsFilterOn {
> div {
display: none;
&.warning {
display: table-row;
}
}
}