IO-2338 Selection Color

Overrides nth-child color
This commit is contained in:
Allan Carr
2023-06-15 15:24:24 -07:00
parent 91279c27fe
commit 5d2bdc7ee1

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;