Skip to content

Commit e493c4e

Browse files
author
dtbuild
committed
637b024e991159090a586050a9911805fd106d62 Docs: Tweak versionCheck docs
Sync to source repo @637b024e991159090a586050a9911805fd106d62
1 parent 60b3597 commit e493c4e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

css/dataTables.bootstrap5.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
--dt-html-background: rgb(33, 37, 41);
1313
}
1414

15-
table.dataTable td.dt-control {
15+
table.dataTable tbody td.dt-control {
1616
text-align: center;
1717
cursor: pointer;
1818
}
19-
table.dataTable td.dt-control:before {
19+
table.dataTable tbody td.dt-control:before {
2020
display: inline-block;
2121
box-sizing: border-box;
2222
content: "";
@@ -25,7 +25,7 @@ table.dataTable td.dt-control:before {
2525
border-bottom: 5px solid transparent;
2626
border-right: 0px solid transparent;
2727
}
28-
table.dataTable tr.dt-hasChild td.dt-control:before {
28+
table.dataTable tbody tr.dt-hasChild td.dt-control:before {
2929
border-top: 10px solid rgba(0, 0, 0, 0.5);
3030
border-left: 5px solid transparent;
3131
border-bottom: 0px solid transparent;

0 commit comments

Comments
 (0)