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;
@@ -85,11 +85,11 @@ div.dt-scroll-body tfoot tr td div.dt-scroll-sizing {
8585 --dt-html-background : rgb (33 , 37 , 41 );
8686}
8787
88- table .dataTable td .dt-control {
88+ table .dataTable tbody td .dt-control {
8989 text-align : center;
9090 cursor : pointer;
9191}
92- table .dataTable td .dt-control : before {
92+ table .dataTable tbody td .dt-control : before {
9393 display : inline-block;
9494 box-sizing : border-box;
9595 content : "" ;
@@ -98,7 +98,7 @@ table.dataTable td.dt-control:before {
9898 border-bottom : 5px solid transparent;
9999 border-right : 0px solid transparent;
100100}
101- table .dataTable tr .dt-hasChild td .dt-control : before {
101+ table .dataTable tbody tr .dt-hasChild td .dt-control : before {
102102 border-top : 10px solid rgba (0 , 0 , 0 , 0.5 );
103103 border-left : 5px solid transparent;
104104 border-bottom : 0px solid transparent;
0 commit comments