|
4 | 4 | *
|
5 | 5 | * To rebuild or modify this file with the latest versions of the included
|
6 | 6 | * software please visit:
|
7 |
| - * https://datatables.net/download/#bs5/dt-2.0.0 |
| 7 | + * https://datatables.net/download/#bs5/dt-2.0.7 |
8 | 8 | *
|
9 | 9 | * Included libraries:
|
10 |
| - * DataTables 2.0.0 |
| 10 | + * DataTables 2.0.7 |
11 | 11 | */
|
12 | 12 |
|
13 | 13 | @charset "UTF-8";
|
@@ -347,7 +347,7 @@ table.table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) > * {
|
347 | 347 | box-shadow: none;
|
348 | 348 | }
|
349 | 349 | table.table.dataTable > :not(caption) > * > * {
|
350 |
| - background-color: transparent; |
| 350 | + background-color: var(--bs-table-bg); |
351 | 351 | }
|
352 | 352 | table.table.dataTable > tbody > tr {
|
353 | 353 | background-color: transparent;
|
@@ -463,10 +463,18 @@ div.dt-scroll-foot > .dt-scroll-footInner > table > tfoot > tr:first-child {
|
463 | 463 | justify-content: center !important;
|
464 | 464 | }
|
465 | 465 | }
|
466 |
| -table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled) { |
| 466 | +table.dataTable.table-sm > thead > tr th.dt-orderable-asc, table.dataTable.table-sm > thead > tr th.dt-orderable-desc, table.dataTable.table-sm > thead > tr th.dt-ordering-asc, table.dataTable.table-sm > thead > tr th.dt-ordering-desc, |
| 467 | +table.dataTable.table-sm > thead > tr td.dt-orderable-asc, |
| 468 | +table.dataTable.table-sm > thead > tr td.dt-orderable-desc, |
| 469 | +table.dataTable.table-sm > thead > tr td.dt-ordering-asc, |
| 470 | +table.dataTable.table-sm > thead > tr td.dt-ordering-desc { |
467 | 471 | padding-right: 20px;
|
468 | 472 | }
|
469 |
| -table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled):before, table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled):after { |
| 473 | +table.dataTable.table-sm > thead > tr th.dt-orderable-asc span.dt-column-order, table.dataTable.table-sm > thead > tr th.dt-orderable-desc span.dt-column-order, table.dataTable.table-sm > thead > tr th.dt-ordering-asc span.dt-column-order, table.dataTable.table-sm > thead > tr th.dt-ordering-desc span.dt-column-order, |
| 474 | +table.dataTable.table-sm > thead > tr td.dt-orderable-asc span.dt-column-order, |
| 475 | +table.dataTable.table-sm > thead > tr td.dt-orderable-desc span.dt-column-order, |
| 476 | +table.dataTable.table-sm > thead > tr td.dt-ordering-asc span.dt-column-order, |
| 477 | +table.dataTable.table-sm > thead > tr td.dt-ordering-desc span.dt-column-order { |
470 | 478 | right: 5px;
|
471 | 479 | }
|
472 | 480 |
|
|
0 commit comments