Matthias Andreas Benkard | d1f5b68 | 2023-11-18 13:18:30 +0100 | [diff] [blame] | 1 | .dataTables_info { |
| 2 | margin: 15px 0 !important; |
| 3 | padding: 0px !important; |
| 4 | } |
| 5 | .dataTables_paginate, .dataTables_length, .dataTables_filter { |
| 6 | margin: 15px 0 !important; |
| 7 | } |
| 8 | .dtr-details { |
| 9 | width: 100%; |
| 10 | } |
| 11 | .table-striped>tbody>tr:nth-of-type(odd) { |
| 12 | background-color: #F2F2F2; |
| 13 | } |
| 14 | td.child>ul>li { |
| 15 | display: flex; |
| 16 | } |
| 17 | table.dataTable>tbody>tr.child ul.dtr-details>li { |
| 18 | border-bottom: 1px solid rgba(0, 0, 0, 0.129); |
| 19 | padding: 0.5em 0; |
| 20 | } |
| 21 | table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before:hover, |
| 22 | table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before:hover { |
| 23 | background-color: #5e5e5e; |
| 24 | } |
| 25 | table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before, |
| 26 | table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before, |
| 27 | table.dataTable td.dt-control:before { |
| 28 | background-color: #979797 !important; |
| 29 | border: 1.5px solid #616161 !important; |
| 30 | border-radius: 2px !important; |
| 31 | color: #fff; |
| 32 | height: 1em; |
| 33 | width: 1em; |
| 34 | line-height: 1.25em; |
| 35 | border-radius: 0px; |
| 36 | box-shadow: none; |
| 37 | font-size: 14px; |
| 38 | transition: 0.5s all; |
| 39 | } |
| 40 | table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before, |
| 41 | table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th.dtr-control:before, |
| 42 | table.dataTable td.dt-control:before { |
| 43 | background-color: #979797 !important; |
| 44 | } |
| 45 | table.dataTable.table-striped>tbody>tr>td { |
| 46 | vertical-align: middle; |
| 47 | } |
| 48 | table.dataTable.table-striped>tbody>tr>td>input[type="checkbox"] { |
| 49 | margin-top: 7px; |
| 50 | } |
| 51 | td.dtr-col-lg { |
| 52 | min-width: 350px; |
| 53 | word-break: break-word; |
| 54 | } |
| 55 | td.dtr-col-md { |
| 56 | min-width: 250px; |
| 57 | word-break: break-word; |
| 58 | } |
| 59 | td.dtr-col-sm { |
| 60 | min-width: 125px; |
| 61 | word-break: break-word; |
| 62 | } |
| 63 | .dt-data-w100 .dtr-data { |
| 64 | width: 100%; |
| 65 | } |
| 66 | li .dtr-data { |
| 67 | word-break: break-all; |
| 68 | flex: 1; |
| 69 | padding-left: 5px; |
| 70 | padding-right: 5px; |
| 71 | } |
| 72 | table.dataTable>tbody>tr.child span.dtr-title { |
| 73 | width: 30%; |
| 74 | max-width: 250px; |
| 75 | } |
| 76 | |
| 77 | |
| 78 | div.dataTables_wrapper div.dataTables_filter { |
| 79 | text-align: left; |
| 80 | } |
| 81 | div.dataTables_wrapper div.dataTables_length { |
| 82 | text-align: right; |
| 83 | } |
| 84 | .dataTables_paginate, .dataTables_length, .dataTables_filter { |
| 85 | margin: 10px 0!important; |
| 86 | } |
| 87 | |
| 88 | td.dt-text-right { |
| 89 | text-align: end !important; |
| 90 | } |
| 91 | th.dt-text-right { |
| 92 | text-align: end !important; |
| 93 | } |