From d8358a304f7336e434a11cc518f44efed4bb87dd Mon Sep 17 00:00:00 2001 From: Adrien RENARD Date: Sat, 3 Feb 2024 15:37:34 +0100 Subject: [PATCH] Debug scrolling table list css --- public_html_admin/css/admin.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public_html_admin/css/admin.css b/public_html_admin/css/admin.css index bcc26cc..994e74b 100644 --- a/public_html_admin/css/admin.css +++ b/public_html_admin/css/admin.css @@ -185,7 +185,8 @@ div.secondbar.collapsed .form-filtre-search button.btnPrint span.txt { display: /* LIST */ -table.scrollingTableList { margin: 0; } +table.scrollingTableList { margin: 0; background-color: rgba(51, 122, 183, .2); } +table.scrollingTableList thead, table.scrollingTableList tbody { background-color: white; } table.scrollingTableList ::-webkit-scrollbar { -webkit-appearance: none; @@ -209,7 +210,7 @@ table.scrollingTableList thead, table.scrollingTableList tbody tr { table-layout: fixed; } -table.scrollingTableList:not(.no-scroll) thead { width: calc( 100% - 15px ); } +table.scrollingTableList:not(.no-scroll) thead { width: calc( 100% - 16px ); } table.scrollingTableList th.id, table.scrollingTableList td.id { width: 45px; } table.scrollingTableList th.tarif, table.scrollingTableList td.tarif { width: 140px; }