Add style for row highlighting for datatables
This commit is contained in:
parent
4884ef893f
commit
bedad011c9
1 changed files with 11 additions and 0 deletions
|
|
@ -114,6 +114,17 @@ span.has-danger,
|
||||||
cursor: pointer;
|
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) {
|
@media (min-width: 995px) {
|
||||||
.modal-lg {
|
.modal-lg {
|
||||||
max-width: 1024px;
|
max-width: 1024px;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue