cafeg/public/assets/vendor/libs/datatables-checkboxes-jquery/datatables.checkboxes.css
2025-01-09 16:56:00 +08:00

28 lines
738 B
CSS

table.dataTable.dt-checkboxes-select tbody tr,
table.dataTable thead th.dt-checkboxes-select-all,
table.dataTable tbody td.dt-checkboxes-cell {
cursor: pointer;
}
table.dataTable thead th.dt-checkboxes-select-all,
table.dataTable tbody td.dt-checkboxes-cell {
text-align: center;
}
div.dataTables_wrapper span.select-info,
div.dataTables_wrapper span.select-item {
margin-left: 0.5em;
}
@media screen and (max-width: 640px) {
div.dataTables_wrapper span.select-info,
div.dataTables_wrapper span.select-item {
margin-left: 0;
display: block;
}
}
table.dataTable .dt-checkboxes-select-all .form-check-input, table.dataTable .dt-checkboxes-select-all .form-check-input:after {
height: 1.125rem;
width: 1.125rem;
}