visual + updates
This commit is contained in:
@@ -49,3 +49,16 @@ td {
|
||||
.table-row:nth-child(odd) {
|
||||
background-color: var(--mat-sys-surface);
|
||||
}
|
||||
|
||||
.table-row.expired {
|
||||
//background-color: lightsalmon;
|
||||
filter: sepia(50%);
|
||||
}
|
||||
|
||||
.positive {
|
||||
color: green;
|
||||
}
|
||||
|
||||
.negative {
|
||||
color: red;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user