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
+6
View File
@@ -306,3 +306,9 @@
color: #e74c3c;
cursor: pointer;
}
.warningsFilterOn > div {
display: none;
}
.warningsFilterOn > div.warning {
display: table-row;
}