From bf91876c1441828af4bc12422569825fd3ecfb01 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch> Date: Fri, 16 Dec 2022 14:49:25 +0100 Subject: [PATCH] update datatable css --- main.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/main.css b/main.css index eb39b82..c466623 100644 --- a/main.css +++ b/main.css @@ -27,8 +27,10 @@ p.hint{margin-bottom: 1em; background:#fed; padding: 1em; } /* ----- override datatable defaults */ .dataTables_wrapper{clear: none;float: left; margin: auto 1px;} -table.dataTable tbody tr.even{background: #f0f4f8;} -/* table.dataTable tbody tr.odd{} */ +/* +table.dataTable tbody tr.even_{background: #f0f4f8;} +table.dataTable tbody tr.odd{} +*/ table.dataTable{margin: 0; width: auto; border-spacing: 1px;} table.dataTable tbody td{padding: 3px;} -- GitLab