fixed bckgrnd color of activeRow
这个提交包含在:
父节点
2d0dda8fb7
当前提交
8f5f378d9c
共有 1 个文件被更改,包括 3 次插入 和 2 次删除
|
|
@ -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 {
|
||||
|
|
|
|||
正在加载…
在新工单中引用