Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ac9b97b

Browse files
author
luw07
committed
Added partially covered class
1 parent 1214e18 commit ac9b97b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

assets/application.css

+6
Original file line numberDiff line numberDiff line change
@@ -772,6 +772,8 @@ td {
772772

773773
.source_table .covered {
774774
border-color: #009900; }
775+
.source_table .partcov {
776+
border-color: #ddaa00; }
775777
.source_table .missed {
776778
border-color: #990000; }
777779
.source_table .never {
@@ -782,6 +784,10 @@ td {
782784
background-color: #cdf2cd; }
783785
.source_table .covered:nth-child(even) {
784786
background-color: #dbf2db; }
787+
.source_table .partcov:nth-child(odd) {
788+
background-color: #ecd68e; }
789+
.source_table .partcov:nth-child(even) {
790+
background-color: #ecd68e; }
785791
.source_table .missed:nth-child(odd) {
786792
background-color: #f7c0c0; }
787793
.source_table .missed:nth-child(even) {

0 commit comments

Comments
 (0)