修改dataTables选中行平台默认的样式class如下:
.table-hover>tbody>tr.active:hover>td{
background-color:red !important;
}
.table>tbody>tr.active>td{
background-color:red !important;
}
修改dataTables选中行平台默认的样式class如下:
.table-hover>tbody>tr.active:hover>td{
background-color:red !important;
}
.table>tbody>tr.active>td{
background-color:red !important;
}
评一波