Merged in release/2023-07-07 (pull request #864)

IO-2338 Selection Color
This commit is contained in:
Allan Carr
2023-06-16 15:49:54 +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;