Merged in feature/IO-2338-Selection-Color (pull request #863)

IO-2338 Selection Color
This commit is contained in:
Allan Carr
2023-06-16 15:47:43 +00:00

View File

@@ -148,6 +148,10 @@
background: #e7f3ff !important;
}
.ant-table-tbody > tr.ant-table-row-selected > td {
background: #e6f7ff !important;
}
.job-line-manual {
color: tomato;
font-style: italic;