12 lines
136 B
CSS
12 lines
136 B
CSS
tr.done th {
|
|
color: #64ae24;
|
|
}
|
|
|
|
tr.notneeded {
|
|
filter: grayscale(100%);
|
|
}
|
|
|
|
tr.fs-alert,
|
|
tr.fs-alert th {
|
|
color: orange;
|
|
} |