Change default css to include coverage bar formatting

This commit is contained in:
Kyle Mandli
2011-07-20 10:16:32 -05:00
parent 92ce731890
commit 2303118d0b
+26
View File
@@ -294,4 +294,30 @@ span.done{
span.na{
color: #A8A8A8;
border-color: #4F8530;
}
span.missing-bar{
color: #000;
background-color: #ff5840;
border-color: #A77272;
font-weight: normal;
font-style: normal;
}
span.partial-bar{
color: #806600;
background-color: #ffc343;
font-weight: normal;
font-style: normal;
}
span.done-bar{
color: #106600;
background-color: #60f030;
border-color: #4F8530;
font-weight: normal;
font-style: normal;
}
span.na-bar{
color: #A8A8A8;
border-color: #4F8530;
font-weight: normal;
font-style: normal;
}