IO-2133 Manual Line Highlighting

This commit is contained in:
Patrick Fic
2022-12-27 13:32:24 -08:00
parent a551258895
commit b0755a0cde
2 changed files with 7 additions and 1 deletions

View File

@@ -147,4 +147,9 @@
//Update row highlighting on production board.
.ant-table-tbody > tr.ant-table-row:hover > td {
background: #eaeaea !important;
}
}
.job-line-manual{
color: tomato;
font-style: italic;
}