[7304c7f] | 1 | table.dataTable tbody > tr.selected,
|
---|
| 2 | table.dataTable tbody > tr > .selected {
|
---|
| 3 | background-color: #0275d8;
|
---|
| 4 | }
|
---|
| 5 | table.dataTable.stripe tbody > tr.odd.selected,
|
---|
| 6 | table.dataTable.stripe tbody > tr.odd > .selected, table.dataTable.display tbody > tr.odd.selected,
|
---|
| 7 | table.dataTable.display tbody > tr.odd > .selected {
|
---|
| 8 | background-color: #0272d3;
|
---|
| 9 | }
|
---|
| 10 | table.dataTable.hover tbody > tr.selected:hover,
|
---|
| 11 | table.dataTable.hover tbody > tr > .selected:hover, table.dataTable.display tbody > tr.selected:hover,
|
---|
| 12 | table.dataTable.display tbody > tr > .selected:hover {
|
---|
| 13 | background-color: #0271d0;
|
---|
| 14 | }
|
---|
| 15 | table.dataTable.order-column tbody > tr.selected > .sorting_1,
|
---|
| 16 | table.dataTable.order-column tbody > tr.selected > .sorting_2,
|
---|
| 17 | table.dataTable.order-column tbody > tr.selected > .sorting_3,
|
---|
| 18 | table.dataTable.order-column tbody > tr > .selected, table.dataTable.display tbody > tr.selected > .sorting_1,
|
---|
| 19 | table.dataTable.display tbody > tr.selected > .sorting_2,
|
---|
| 20 | table.dataTable.display tbody > tr.selected > .sorting_3,
|
---|
| 21 | table.dataTable.display tbody > tr > .selected {
|
---|
| 22 | background-color: #0273d4;
|
---|
| 23 | }
|
---|
| 24 | table.dataTable.display tbody > tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_1 {
|
---|
| 25 | background-color: #026fcc;
|
---|
| 26 | }
|
---|
| 27 | table.dataTable.display tbody > tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_2 {
|
---|
| 28 | background-color: #0270ce;
|
---|
| 29 | }
|
---|
| 30 | table.dataTable.display tbody > tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_3 {
|
---|
| 31 | background-color: #0270d0;
|
---|
| 32 | }
|
---|
| 33 | table.dataTable.display tbody > tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_1 {
|
---|
| 34 | background-color: #0273d4;
|
---|
| 35 | }
|
---|
| 36 | table.dataTable.display tbody > tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_2 {
|
---|
| 37 | background-color: #0274d5;
|
---|
| 38 | }
|
---|
| 39 | table.dataTable.display tbody > tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_3 {
|
---|
| 40 | background-color: #0275d7;
|
---|
| 41 | }
|
---|
| 42 | table.dataTable.display tbody > tr.odd > .selected, table.dataTable.order-column.stripe tbody > tr.odd > .selected {
|
---|
| 43 | background-color: #026fcc;
|
---|
| 44 | }
|
---|
| 45 | table.dataTable.display tbody > tr.even > .selected, table.dataTable.order-column.stripe tbody > tr.even > .selected {
|
---|
| 46 | background-color: #0273d4;
|
---|
| 47 | }
|
---|
| 48 | table.dataTable.display tbody > tr.selected:hover > .sorting_1, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_1 {
|
---|
| 49 | background-color: #026bc6;
|
---|
| 50 | }
|
---|
| 51 | table.dataTable.display tbody > tr.selected:hover > .sorting_2, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_2 {
|
---|
| 52 | background-color: #026cc8;
|
---|
| 53 | }
|
---|
| 54 | table.dataTable.display tbody > tr.selected:hover > .sorting_3, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_3 {
|
---|
| 55 | background-color: #026eca;
|
---|
| 56 | }
|
---|
| 57 | table.dataTable.display tbody > tr:hover > .selected,
|
---|
| 58 | table.dataTable.display tbody > tr > .selected:hover, table.dataTable.order-column.hover tbody > tr:hover > .selected,
|
---|
| 59 | table.dataTable.order-column.hover tbody > tr > .selected:hover {
|
---|
| 60 | background-color: #026bc6;
|
---|
| 61 | }
|
---|
| 62 | table.dataTable tbody td.select-checkbox,
|
---|
| 63 | table.dataTable tbody th.select-checkbox {
|
---|
| 64 | position: relative;
|
---|
| 65 | }
|
---|
| 66 | table.dataTable tbody td.select-checkbox:before, table.dataTable tbody td.select-checkbox:after,
|
---|
| 67 | table.dataTable tbody th.select-checkbox:before,
|
---|
| 68 | table.dataTable tbody th.select-checkbox:after {
|
---|
| 69 | display: block;
|
---|
| 70 | position: absolute;
|
---|
| 71 | top: 1.2em;
|
---|
| 72 | left: 50%;
|
---|
| 73 | width: 12px;
|
---|
| 74 | height: 12px;
|
---|
| 75 | box-sizing: border-box;
|
---|
| 76 | }
|
---|
| 77 | table.dataTable tbody td.select-checkbox:before,
|
---|
| 78 | table.dataTable tbody th.select-checkbox:before {
|
---|
| 79 | content: ' ';
|
---|
| 80 | margin-top: -6px;
|
---|
| 81 | margin-left: -6px;
|
---|
| 82 | border: 1px solid black;
|
---|
| 83 | border-radius: 3px;
|
---|
| 84 | }
|
---|
| 85 | table.dataTable tr.selected td.select-checkbox:after,
|
---|
| 86 | table.dataTable tr.selected th.select-checkbox:after {
|
---|
| 87 | content: '\2714';
|
---|
| 88 | margin-top: -11px;
|
---|
| 89 | margin-left: -4px;
|
---|
| 90 | text-align: center;
|
---|
| 91 | text-shadow: 1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9;
|
---|
| 92 | }
|
---|
| 93 |
|
---|
| 94 | div.dataTables_wrapper span.select-info,
|
---|
| 95 | div.dataTables_wrapper span.select-item {
|
---|
| 96 | margin-left: 0.5em;
|
---|
| 97 | }
|
---|
| 98 |
|
---|
| 99 | @media screen and (max-width: 640px) {
|
---|
| 100 | div.dataTables_wrapper span.select-info,
|
---|
| 101 | div.dataTables_wrapper span.select-item {
|
---|
| 102 | margin-left: 0;
|
---|
| 103 | display: block;
|
---|
| 104 | }
|
---|
| 105 | }
|
---|
| 106 | table.dataTable tbody tr.selected,
|
---|
| 107 | table.dataTable tbody th.selected,
|
---|
| 108 | table.dataTable tbody td.selected {
|
---|
| 109 | color: white;
|
---|
| 110 | }
|
---|
| 111 | table.dataTable tbody tr.selected a,
|
---|
| 112 | table.dataTable tbody th.selected a,
|
---|
| 113 | table.dataTable tbody td.selected a {
|
---|
| 114 | color: #a2d4ed;
|
---|
| 115 | }
|
---|