Colored missing text in table

This commit is contained in:
Kyle Mandli
2011-07-16 10:38:48 -05:00
parent bb03488872
commit 070e7c9cf3
2 changed files with 51 additions and 25 deletions
+12
View File
@@ -271,4 +271,16 @@ th {
.field-list {
font-size: 80%;
}
/* Coverage States */
span.missing{
color: #FFFFFF;
background-color: #ff5840;
border-color: #A77272;
}
span.covered{
color: #106600;
background-color: #60f030;
border-color: #4F8530;
}