NonInventPurchasingSystem/CPRNIMS.WebApps/wwwroot/Datatables/ColReorder-1.7.0/css/colReorder.bulma.css
2026-01-20 07:44:30 +08:00

20 lines
397 B
CSS

table.DTCR_clonedTable.dataTable {
position: absolute !important;
background-color: rgba(255, 255, 255, 0.7);
z-index: 202;
border-radius: 4px;
}
div.DTCR_pointer {
width: 1px;
background-color: #00D1B2;
z-index: 201;
}
html.dark table.DTCR_clonedTable.dataTable {
background-color: rgba(33, 33, 33, 0.9);
}
html.dark div.DTCR_pointer {
background-color: rgb(110, 168, 254);
}