Debug scrolling table list css

This commit is contained in:
Adrien RENARD 2024-02-03 15:37:34 +01:00
parent 153dc1aaeb
commit d8358a304f
1 changed files with 3 additions and 2 deletions

View File

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