From a4aaea2fb0b65b4592b607703c4be6dc40b5d172 Mon Sep 17 00:00:00 2001 From: Spitzer Daniel Date: Fri, 12 Jan 2024 12:13:27 +0100 Subject: [PATCH] =?UTF-8?q?Stripe=20Rows=20der=20Datatables=20an=20Bootstr?= =?UTF-8?q?ap=20angelehnt=20f=C3=BCr=20Einheitlichkeit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/assets/css/datatables-std.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/public/assets/css/datatables-std.css b/public/assets/css/datatables-std.css index eff538650..358edbcf2 100644 --- a/public/assets/css/datatables-std.css +++ b/public/assets/css/datatables-std.css @@ -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; +} \ No newline at end of file