partial fix for #2751

This commit is contained in:
r888888888
2017-04-14 13:14:36 -07:00
parent 144febc104
commit 5d7d6eecf8
3 changed files with 69 additions and 7 deletions

View File

@@ -0,0 +1,9 @@
#c-burs {
s.approved {
color: green;
}
s.failed {
color: red;
}
}