Stripe Rows der Datatables an Bootstrap angelehnt für Einheitlichkeit
This commit is contained in:
@@ -242,3 +242,10 @@ table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before
|
||||
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
|
||||
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
|
||||
}
|
||||
table.dataTable.table-hover>tbody>tr:hover>* {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
table.dataTable.table-striped>tbody>tr:nth-of-type(2n+1)>* {
|
||||
box-shadow: none;
|
||||
}
|
||||
Reference in New Issue
Block a user