7 lines
84 B
CSS
7 lines
84 B
CSS
tr.done th {
|
|
color: #64ae24;
|
|
}
|
|
|
|
tr.notneeded {
|
|
filter: grayscale(100%);
|
|
} |