Debug scrolling table list css
This commit is contained in:
parent
153dc1aaeb
commit
d8358a304f
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Reference in New Issue