Skip to content

Commit d188a7c

Browse files
committed
Center checkbox in a cell horizontally by default
1 parent d10ba59 commit d188a7c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

css/dataTables.checkboxes.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ table.dataTable tbody td.dt-checkboxes-cell {
44
cursor: pointer;
55
}
66

7+
table.dataTable thead th.dt-checkboxes-select-all,
8+
table.dataTable tbody td.dt-checkboxes-cell {
9+
text-align: center;
10+
}
11+
712
div.dataTables_wrapper span.select-info,
813
div.dataTables_wrapper span.select-item {
914
margin-left: 0.5em;

0 commit comments

Comments
 (0)