Add color for warnings.

Some distinction between the levels is handy.
This commit is contained in:
Bas Stottelaar
2014-04-12 18:59:08 +02:00
parent f7ba0ff634
commit a96b793c98
2 changed files with 12 additions and 1 deletions

View File

@@ -254,6 +254,13 @@ table.display tr.even.gradeU {
background-color: #eee;
}
table.display tr.odd.gradeW {
background-color: #ffffaa;
}
table.display tr.even.gradeW {
background-color: #ffffaa;
}
table.display tr.odd.gradeZ {
background-color: #FAFAFA;