Merged in release/2023-06-02 (pull request #837)

Release/2023 06 02
This commit is contained in:
Patrick Fic
2023-06-02 16:35:52 +00:00
14 changed files with 213 additions and 86 deletions

View File

@@ -156,3 +156,11 @@
td.ant-table-column-sort {
background-color: transparent;
}
.ant-table-tbody > tr.ant-table-row:nth-child(2n) > td {
background-color: #f4f4f4;
}
.rowWithColor > td {
background-color: var(--bgColor) !important;
}