fixed bckgrnd color of activeRow

这个提交包含在:
HB9HIL 2023-11-17 18:21:24 +01:00
父节点 2d0dda8fb7
当前提交 8f5f378d9c

查看文件

@ -449,8 +449,9 @@ div#station_logbooks_linked_table_paginate {
cursor: pointer;
}
.table-striped > tbody > tr.activeRow {
background-color: #5cb85c;
.table-striped tbody > tr.activeRow {
background-color: #5cb85c !important;
--bs-table-bg: none;
}
.activeRow a {