Add style for row highlighting for datatables

This commit is contained in:
Ramon Gutierrez 2018-01-30 23:38:27 +08:00
parent 4884ef893f
commit bedad011c9

View file

@ -114,6 +114,17 @@ span.has-danger,
cursor: pointer;
}
.m-table__row--danger td {
background-color: #f4516c !important;
color: #fff !important;
}
.m-table__row--danger td > span,
.m-table__row--danger td > span a,
.m-table__row--danger td > span a i {
color: #fff !important;
}
@media (min-width: 995px) {
.modal-lg {
max-width: 1024px;