@@ -207,21 +207,21 @@ div.dataTables_scrollHead table.dataTable {
207
207
margin-bottom : 0 !important ;
208
208
}
209
209
210
- div .dataTables_scrollBody table {
210
+ div .dataTables_scrollBody > table {
211
211
border-top : none;
212
212
margin-top : 0 !important ;
213
213
margin-bottom : 0 !important ;
214
214
}
215
- div .dataTables_scrollBody table thead .sorting : before ,
216
- div .dataTables_scrollBody table thead .sorting_asc : before ,
217
- div .dataTables_scrollBody table thead .sorting_desc : before ,
218
- div .dataTables_scrollBody table thead .sorting : after ,
219
- div .dataTables_scrollBody table thead .sorting_asc : after ,
220
- div .dataTables_scrollBody table thead .sorting_desc : after {
215
+ div .dataTables_scrollBody > table > thead .sorting : before ,
216
+ div .dataTables_scrollBody > table > thead .sorting_asc : before ,
217
+ div .dataTables_scrollBody > table > thead .sorting_desc : before ,
218
+ div .dataTables_scrollBody > table > thead .sorting : after ,
219
+ div .dataTables_scrollBody > table > thead .sorting_asc : after ,
220
+ div .dataTables_scrollBody > table > thead .sorting_desc : after {
221
221
display : none;
222
222
}
223
- div .dataTables_scrollBody table tbody tr : first-child th ,
224
- div .dataTables_scrollBody table tbody tr : first-child td {
223
+ div .dataTables_scrollBody > table > tbody tr : first-child th ,
224
+ div .dataTables_scrollBody > table > tbody tr : first-child td {
225
225
border-top : none;
226
226
}
227
227
0 commit comments