Stripe Rows der Datatables an Bootstrap angelehnt für Einheitlichkeit

This commit is contained in:
Spitzer Daniel
2024-01-12 12:13:27 +01:00
parent bee9e2b5f5
commit a4aaea2fb0

View File

@@ -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;
}