Skip to content

Commit

Permalink
feat(datatale): ✨ add scroller styles
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed Mar 20, 2024
1 parent 7cbf9e2 commit 3fcd46d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion skinStyles/jquery/datatables.less
Original file line number Diff line number Diff line change
Expand Up @@ -299,12 +299,21 @@ table.dataTable > tbody > tr.child ul.dtr-details > li {
}
}

/* Search pane */
/* Scroller */
div.dts div.dataTables_scrollBody {
background: transparent;
}

div.dts div.dataTables_scrollBody table {
background: transparent;
border: 0;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
border-bottom-color: var( --border-color-base );
}

/* Search pane */
div.dtsp-topRow,
div.dtsp-topRow.dtsp-bordered,
div.dtsp-topRow.dtsp-bordered:hover,
Expand Down

0 comments on commit 3fcd46d

Please sign in to comment.