|
Lines 71-87
div.dt-scroll-body tfoot tr {
Link Here
|
| 71 |
div.dt-scroll-body thead tr th, div.dt-scroll-body thead tr td, |
71 |
div.dt-scroll-body thead tr th, div.dt-scroll-body thead tr td, |
| 72 |
div.dt-scroll-body tfoot tr th, |
72 |
div.dt-scroll-body tfoot tr th, |
| 73 |
div.dt-scroll-body tfoot tr td { |
73 |
div.dt-scroll-body tfoot tr td { |
| 74 |
height: 0 !important; |
74 |
height: 0; |
| 75 |
padding-top: 0px !important; |
75 |
padding-top: 0px; |
| 76 |
padding-bottom: 0px !important; |
76 |
padding-bottom: 0px; |
| 77 |
border-top-width: 0px !important; |
77 |
border-top-width: 0px; |
| 78 |
border-bottom-width: 0px !important; |
78 |
border-bottom-width: 0px; |
| 79 |
} |
79 |
} |
| 80 |
div.dt-scroll-body thead tr th div.dt-scroll-sizing, div.dt-scroll-body thead tr td div.dt-scroll-sizing, |
80 |
div.dt-scroll-body thead tr th div.dt-scroll-sizing, div.dt-scroll-body thead tr td div.dt-scroll-sizing, |
| 81 |
div.dt-scroll-body tfoot tr th div.dt-scroll-sizing, |
81 |
div.dt-scroll-body tfoot tr th div.dt-scroll-sizing, |
| 82 |
div.dt-scroll-body tfoot tr td div.dt-scroll-sizing { |
82 |
div.dt-scroll-body tfoot tr td div.dt-scroll-sizing { |
| 83 |
height: 0 !important; |
83 |
height: 0; |
| 84 |
overflow: hidden !important; |
84 |
overflow: hidden; |
| 85 |
} |
85 |
} |
| 86 |
|
86 |
|
| 87 |
table.dataTable thead > tr > th:active, |
87 |
table.dataTable thead > tr > th:active, |
|
Lines 521-528
table.dataTable.hover > tbody > tr:hover > *, table.dataTable.display > tbody >
Link Here
|
| 521 |
box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), var(--dt-row-hover-alpha)); |
521 |
box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), var(--dt-row-hover-alpha)); |
| 522 |
} |
522 |
} |
| 523 |
table.dataTable.hover > tbody > tr.selected:hover > *, table.dataTable.display > tbody > tr.selected:hover > * { |
523 |
table.dataTable.hover > tbody > tr.selected:hover > *, table.dataTable.display > tbody > tr.selected:hover > * { |
| 524 |
box-shadow: inset 0 0 0 9999px #0d6efd !important; |
524 |
box-shadow: inset 0 0 0 9999px #0d6efd; |
| 525 |
box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 1) !important; |
525 |
box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 1); |
| 526 |
} |
526 |
} |
| 527 |
table.dataTable.order-column > tbody tr > .sorting_1, |
527 |
table.dataTable.order-column > tbody tr > .sorting_1, |
| 528 |
table.dataTable.order-column > tbody tr > .sorting_2, |
528 |
table.dataTable.order-column > tbody tr > .sorting_2, |
|
Lines 653-659
div.dt-container div.dt-layout-full > *:only-child {
Link Here
|
| 653 |
margin-right: auto; |
653 |
margin-right: auto; |
| 654 |
} |
654 |
} |
| 655 |
div.dt-container div.dt-layout-table > div { |
655 |
div.dt-container div.dt-layout-table > div { |
| 656 |
display: block !important; |
656 |
display: block; |
| 657 |
} |
657 |
} |
| 658 |
|
658 |
|
| 659 |
@media screen and (max-width: 767px) { |
659 |
@media screen and (max-width: 767px) { |
|
Lines 696-710
div.dt-container .dt-paging .dt-paging-button {
Link Here
|
| 696 |
padding: 0.5em 1em; |
696 |
padding: 0.5em 1em; |
| 697 |
margin-left: 2px; |
697 |
margin-left: 2px; |
| 698 |
text-align: center; |
698 |
text-align: center; |
| 699 |
text-decoration: none !important; |
699 |
text-decoration: none; |
| 700 |
cursor: pointer; |
700 |
cursor: pointer; |
| 701 |
color: inherit !important; |
701 |
color: inherit; |
| 702 |
border: 1px solid transparent; |
702 |
border: 1px solid transparent; |
| 703 |
border-radius: 2px; |
703 |
border-radius: 2px; |
| 704 |
background: transparent; |
704 |
background: transparent; |
| 705 |
} |
705 |
} |
| 706 |
div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover { |
706 |
div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover { |
| 707 |
color: inherit !important; |
707 |
color: inherit; |
| 708 |
border: 1px solid rgba(0, 0, 0, 0.3); |
708 |
border: 1px solid rgba(0, 0, 0, 0.3); |
| 709 |
background-color: rgba(0, 0, 0, 0.05); |
709 |
background-color: rgba(0, 0, 0, 0.05); |
| 710 |
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(230, 230, 230, 0.05)), color-stop(100%, rgba(0, 0, 0, 0.05))); /* Chrome,Safari4+ */ |
710 |
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(230, 230, 230, 0.05)), color-stop(100%, rgba(0, 0, 0, 0.05))); /* Chrome,Safari4+ */ |
|
Lines 716-728
div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-pagi
Link Here
|
| 716 |
} |
716 |
} |
| 717 |
div.dt-container .dt-paging .dt-paging-button.disabled, div.dt-container .dt-paging .dt-paging-button.disabled:hover, div.dt-container .dt-paging .dt-paging-button.disabled:active { |
717 |
div.dt-container .dt-paging .dt-paging-button.disabled, div.dt-container .dt-paging .dt-paging-button.disabled:hover, div.dt-container .dt-paging .dt-paging-button.disabled:active { |
| 718 |
cursor: default; |
718 |
cursor: default; |
| 719 |
color: rgba(0, 0, 0, 0.5) !important; |
719 |
color: rgba(0, 0, 0, 0.5); |
| 720 |
border: 1px solid transparent; |
720 |
border: 1px solid transparent; |
| 721 |
background: transparent; |
721 |
background: transparent; |
| 722 |
box-shadow: none; |
722 |
box-shadow: none; |
| 723 |
} |
723 |
} |
| 724 |
div.dt-container .dt-paging .dt-paging-button:hover { |
724 |
div.dt-container .dt-paging .dt-paging-button:hover { |
| 725 |
color: white !important; |
725 |
color: white; |
| 726 |
border: 1px solid #111; |
726 |
border: 1px solid #111; |
| 727 |
background-color: #111; |
727 |
background-color: #111; |
| 728 |
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111)); /* Chrome,Safari4+ */ |
728 |
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111)); /* Chrome,Safari4+ */ |
|
Lines 767-774
div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > td
Link Here
|
| 767 |
div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > td > div.dataTables_sizing { |
767 |
div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > td > div.dataTables_sizing { |
| 768 |
height: 0; |
768 |
height: 0; |
| 769 |
overflow: hidden; |
769 |
overflow: hidden; |
| 770 |
margin: 0 !important; |
770 |
margin: 0; |
| 771 |
padding: 0 !important; |
771 |
padding: 0; |
| 772 |
} |
772 |
} |
| 773 |
div.dt-container.dt-empty-footer tbody > tr:last-child > * { |
773 |
div.dt-container.dt-empty-footer tbody > tr:last-child > * { |
| 774 |
border-bottom: 1px solid rgba(0, 0, 0, 0.3); |
774 |
border-bottom: 1px solid rgba(0, 0, 0, 0.3); |
|
Lines 829-835
html.dark .dt-container .dt-paging .dt-paging-button.current, html.dark .dt-cont
Link Here
|
| 829 |
background: rgba(255, 255, 255, 0.15); |
829 |
background: rgba(255, 255, 255, 0.15); |
| 830 |
} |
830 |
} |
| 831 |
html.dark .dt-container .dt-paging .dt-paging-button.disabled, html.dark .dt-container .dt-paging .dt-paging-button.disabled:hover, html.dark .dt-container .dt-paging .dt-paging-button.disabled:active { |
831 |
html.dark .dt-container .dt-paging .dt-paging-button.disabled, html.dark .dt-container .dt-paging .dt-paging-button.disabled:hover, html.dark .dt-container .dt-paging .dt-paging-button.disabled:active { |
| 832 |
color: #666 !important; |
832 |
color: #666; |
| 833 |
} |
833 |
} |
| 834 |
html.dark .dt-container .dt-paging .dt-paging-button:hover { |
834 |
html.dark .dt-container .dt-paging .dt-paging-button:hover { |
| 835 |
border: 1px solid rgb(53, 53, 53); |
835 |
border: 1px solid rgb(53, 53, 53); |
|
Lines 942-948
div.dtb-popover-close {
Link Here
|
| 942 |
} |
942 |
} |
| 943 |
|
943 |
|
| 944 |
button.dtb-hide-drop { |
944 |
button.dtb-hide-drop { |
| 945 |
display: none !important; |
945 |
display: none; |
| 946 |
} |
946 |
} |
| 947 |
|
947 |
|
| 948 |
div.dt-button-collection-title { |
948 |
div.dt-button-collection-title { |
|
Lines 1034-1040
div.dt-button-collection span.dt-button-spacer.bar {
Link Here
|
| 1034 |
|
1034 |
|
| 1035 |
@media print { |
1035 |
@media print { |
| 1036 |
table.dataTable tr > * { |
1036 |
table.dataTable tr > * { |
| 1037 |
box-shadow: none !important; |
1037 |
box-shadow: none; |
| 1038 |
} |
1038 |
} |
| 1039 |
} |
1039 |
} |
| 1040 |
div.dt-buttons > .dt-button, |
1040 |
div.dt-buttons > .dt-button, |
|
Lines 1262-1268
div.dt-button-collection.fixed > :last-child {
Link Here
|
| 1262 |
overflow: auto; |
1262 |
overflow: auto; |
| 1263 |
} |
1263 |
} |
| 1264 |
div.dt-button-collection.two-column > :last-child, div.dt-button-collection.three-column > :last-child, div.dt-button-collection.four-column > :last-child { |
1264 |
div.dt-button-collection.two-column > :last-child, div.dt-button-collection.three-column > :last-child, div.dt-button-collection.four-column > :last-child { |
| 1265 |
display: block !important; |
1265 |
display: block; |
| 1266 |
column-gap: 8px; |
1266 |
column-gap: 8px; |
| 1267 |
} |
1267 |
} |
| 1268 |
div.dt-button-collection.two-column > :last-child > *, div.dt-button-collection.three-column > :last-child > *, div.dt-button-collection.four-column > :last-child > * { |
1268 |
div.dt-button-collection.two-column > :last-child > *, div.dt-button-collection.three-column > :last-child > *, div.dt-button-collection.four-column > :last-child > * { |
|
Lines 1378-1384
div.dt-button-background {
Link Here
|
| 1378 |
|
1378 |
|
| 1379 |
@media screen and (max-width: 640px) { |
1379 |
@media screen and (max-width: 640px) { |
| 1380 |
div.dt-buttons { |
1380 |
div.dt-buttons { |
| 1381 |
float: none !important; |
1381 |
float: none; |
| 1382 |
text-align: center; |
1382 |
text-align: center; |
| 1383 |
} |
1383 |
} |
| 1384 |
} |
1384 |
} |
|
Lines 1427-1433
html.dark div.dt-button-info {
Link Here
|
| 1427 |
|
1427 |
|
| 1428 |
table.fixedHeader-floating, |
1428 |
table.fixedHeader-floating, |
| 1429 |
table.fixedHeader-locked { |
1429 |
table.fixedHeader-locked { |
| 1430 |
position: relative !important; |
1430 |
position: relative; |
| 1431 |
background-color: var(--dt-html-background); |
1431 |
background-color: var(--dt-html-background); |
| 1432 |
background-color: var(--dt-html-background); |
1432 |
background-color: var(--dt-html-background); |
| 1433 |
} |
1433 |
} |
|
Lines 1443-1454
table.fixedHeader-locked {
Link Here
|
| 1443 |
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child, |
1443 |
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child, |
| 1444 |
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child, |
1444 |
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child, |
| 1445 |
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty { |
1445 |
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty { |
| 1446 |
cursor: default !important; |
1446 |
cursor: default; |
| 1447 |
} |
1447 |
} |
| 1448 |
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before, |
1448 |
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before, |
| 1449 |
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before, |
1449 |
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before, |
| 1450 |
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before { |
1450 |
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before { |
| 1451 |
display: none !important; |
1451 |
display: none; |
| 1452 |
} |
1452 |
} |
| 1453 |
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control, |
1453 |
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control, |
| 1454 |
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control { |
1454 |
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control { |
|
Lines 1523-1529
table.dataTable > tbody > tr.child {
Link Here
|
| 1523 |
padding: 0.5em 1em; |
1523 |
padding: 0.5em 1em; |
| 1524 |
} |
1524 |
} |
| 1525 |
table.dataTable > tbody > tr.child:hover { |
1525 |
table.dataTable > tbody > tr.child:hover { |
| 1526 |
background: transparent !important; |
1526 |
background: transparent; |
| 1527 |
} |
1527 |
} |
| 1528 |
table.dataTable > tbody > tr.child ul.dtr-details { |
1528 |
table.dataTable > tbody > tr.child ul.dtr-details { |
| 1529 |
display: inline-block; |
1529 |
display: inline-block; |
|
Lines 1611-1629
div.dtr-modal div.dtr-modal-background {
Link Here
|
| 1611 |
} |
1611 |
} |
| 1612 |
html.dark table.dataTable > tbody > tr > td.dtr-control:before, |
1612 |
html.dark table.dataTable > tbody > tr > td.dtr-control:before, |
| 1613 |
html[data-bs-theme=dark] table.dataTable > tbody > tr > td.dtr-control:before { |
1613 |
html[data-bs-theme=dark] table.dataTable > tbody > tr > td.dtr-control:before { |
| 1614 |
border-left-color: rgba(255, 255, 255, 0.5) !important; |
1614 |
border-left-color: rgba(255, 255, 255, 0.5); |
| 1615 |
} |
1615 |
} |
| 1616 |
html.dark table.dataTable > tbody > tr > td.dtr-control.arrow-right::before, |
1616 |
html.dark table.dataTable > tbody > tr > td.dtr-control.arrow-right::before, |
| 1617 |
html[data-bs-theme=dark] table.dataTable > tbody > tr > td.dtr-control.arrow-right::before { |
1617 |
html[data-bs-theme=dark] table.dataTable > tbody > tr > td.dtr-control.arrow-right::before { |
| 1618 |
border-right-color: rgba(255, 255, 255, 0.5) !important; |
1618 |
border-right-color: rgba(255, 255, 255, 0.5); |
| 1619 |
} |
1619 |
} |
| 1620 |
html.dark table.dataTable > tbody > tr.dtr-expanded > td.dtr-control:before, |
1620 |
html.dark table.dataTable > tbody > tr.dtr-expanded > td.dtr-control:before, |
| 1621 |
html.dark table.dataTable > tbody > tr.dtr-expanded > th.dtr-control:before, |
1621 |
html.dark table.dataTable > tbody > tr.dtr-expanded > th.dtr-control:before, |
| 1622 |
html[data-bs-theme=dark] table.dataTable > tbody > tr.dtr-expanded > td.dtr-control:before, |
1622 |
html[data-bs-theme=dark] table.dataTable > tbody > tr.dtr-expanded > td.dtr-control:before, |
| 1623 |
html[data-bs-theme=dark] table.dataTable > tbody > tr.dtr-expanded > th.dtr-control:before { |
1623 |
html[data-bs-theme=dark] table.dataTable > tbody > tr.dtr-expanded > th.dtr-control:before { |
| 1624 |
border-top-color: rgba(255, 255, 255, 0.5) !important; |
1624 |
border-top-color: rgba(255, 255, 255, 0.5); |
| 1625 |
border-left-color: transparent !important; |
1625 |
border-left-color: transparent; |
| 1626 |
border-right-color: transparent !important; |
1626 |
border-right-color: transparent; |
| 1627 |
} |
1627 |
} |
| 1628 |
html.dark table.dataTable > tbody > tr.child ul.dtr-details > li, |
1628 |
html.dark table.dataTable > tbody > tr.child ul.dtr-details > li, |
| 1629 |
html[data-bs-theme=dark] table.dataTable > tbody > tr.child ul.dtr-details > li { |
1629 |
html[data-bs-theme=dark] table.dataTable > tbody > tr.child ul.dtr-details > li { |
|
Lines 1695-1708
div.dt-rowReorder-float-parent {
Link Here
|
| 1695 |
table-layout: fixed; |
1695 |
table-layout: fixed; |
| 1696 |
outline: 2px solid rgb(10, 89, 203); |
1696 |
outline: 2px solid rgb(10, 89, 203); |
| 1697 |
z-index: 2001; |
1697 |
z-index: 2001; |
| 1698 |
position: absolute !important; |
1698 |
position: absolute; |
| 1699 |
overflow: hidden; |
1699 |
overflow: hidden; |
| 1700 |
border-radius: 3px; |
1700 |
border-radius: 3px; |
| 1701 |
} |
1701 |
} |
| 1702 |
div.dt-rowReorder-float-parent table.dt-rowReorder-float { |
1702 |
div.dt-rowReorder-float-parent table.dt-rowReorder-float { |
| 1703 |
opacity: 0.9; |
1703 |
opacity: 0.9; |
| 1704 |
background-color: white; |
1704 |
background-color: white; |
| 1705 |
margin: 0 !important; |
1705 |
margin: 0; |
| 1706 |
} |
1706 |
} |
| 1707 |
|
1707 |
|
| 1708 |
div.dt-rowReorder-float-parent.drop-not-allowed { |
1708 |
div.dt-rowReorder-float-parent.drop-not-allowed { |
| 1709 |
- |
|
|