github.com/Racer159/jackal@v0.32.7-0.20240401174413-0bd2339e4f2e/src/internal/packager/sbom/viewer/theme.css (about) 1 .dataTable-wrapper.no-header .dataTable-container { 2 border-top: 1px solid #d9d9d9; 3 } 4 5 .dataTable-wrapper.no-footer .dataTable-container { 6 border-bottom: 1px solid #d9d9d9; 7 } 8 9 .dataTable-top, 10 .dataTable-bottom { 11 padding: 8px 10px; 12 } 13 14 .dataTable-top > nav:first-child, 15 .dataTable-top > div:first-child, 16 .dataTable-bottom > nav:first-child, 17 .dataTable-bottom > div:first-child { 18 float: left; 19 } 20 21 .dataTable-top > nav:last-child, 22 .dataTable-top > div:last-child, 23 .dataTable-bottom > nav:last-child, 24 .dataTable-bottom > div:last-child { 25 float: right; 26 } 27 28 .dataTable-selector { 29 padding: 6px; 30 } 31 32 .dataTable-input { 33 padding: 6px 12px; 34 } 35 36 .dataTable-info { 37 margin: 7px 0; 38 } 39 40 /* PAGER */ 41 .dataTable-pagination ul { 42 margin: 0; 43 padding-left: 0; 44 } 45 46 .dataTable-pagination li { 47 list-style: none; 48 float: left; 49 } 50 51 .dataTable-pagination a { 52 border: 1px solid transparent; 53 float: left; 54 margin-left: 2px; 55 padding: 6px 12px; 56 position: relative; 57 text-decoration: none; 58 color: #333; 59 } 60 61 .dataTable-pagination a:hover { 62 background-color: #d9d9d9; 63 } 64 65 .dataTable-pagination .active a, 66 .dataTable-pagination .active a:focus, 67 .dataTable-pagination .active a:hover { 68 background-color: #d9d9d9; 69 cursor: default; 70 } 71 72 .dataTable-pagination .ellipsis a, 73 .dataTable-pagination .disabled a, 74 .dataTable-pagination .disabled a:focus, 75 .dataTable-pagination .disabled a:hover { 76 cursor: not-allowed; 77 } 78 79 .dataTable-pagination .disabled a, 80 .dataTable-pagination .disabled a:focus, 81 .dataTable-pagination .disabled a:hover { 82 cursor: not-allowed; 83 opacity: 0.4; 84 } 85 86 .dataTable-pagination .pager a { 87 font-weight: bold; 88 } 89 90 /* TABLE */ 91 .dataTable-table { 92 max-width: 100%; 93 width: 100%; 94 border-spacing: 0; 95 border-collapse: separate; 96 } 97 98 .dataTable-table > tbody > tr > td, 99 .dataTable-table > tbody > tr > th, 100 .dataTable-table > tfoot > tr > td, 101 .dataTable-table > tfoot > tr > th, 102 .dataTable-table > thead > tr > td, 103 .dataTable-table > thead > tr > th { 104 vertical-align: top; 105 padding: 8px 10px; 106 } 107 108 .dataTable-table > thead > tr > th { 109 vertical-align: bottom; 110 text-align: left; 111 border-bottom: 1px solid #d9d9d9; 112 } 113 114 .dataTable-table > tfoot > tr > th { 115 vertical-align: bottom; 116 text-align: left; 117 border-top: 1px solid #d9d9d9; 118 } 119 120 .dataTable-table th { 121 vertical-align: bottom; 122 text-align: left; 123 } 124 125 .dataTable-table th a { 126 text-decoration: none; 127 color: inherit; 128 } 129 130 .dataTable-sorter { 131 display: inline-block; 132 height: 100%; 133 position: relative; 134 width: 100%; 135 } 136 137 .dataTable-sorter::before, 138 .dataTable-sorter::after { 139 content: ""; 140 height: 0; 141 width: 0; 142 position: absolute; 143 right: 4px; 144 border-left: 4px solid transparent; 145 border-right: 4px solid transparent; 146 opacity: 0.2; 147 } 148 149 .dataTable-sorter::before { 150 border-top: 4px solid #000; 151 bottom: 0px; 152 } 153 154 .dataTable-sorter::after { 155 border-bottom: 4px solid #000; 156 border-top: 4px solid transparent; 157 top: 0px; 158 } 159 160 .asc .dataTable-sorter::after, 161 .desc .dataTable-sorter::before { 162 opacity: 0.6; 163 } 164 165 .dataTables-empty { 166 text-align: center; 167 } 168 169 .dataTable-top::after, .dataTable-bottom::after { 170 clear: both; 171 content: " "; 172 display: table; 173 }