From c3574fcb263668189f9592ffc7505b944c49d1a8 Mon Sep 17 00:00:00 2001 From: George Halkiadakis Date: Wed, 7 Jun 2023 02:10:58 +0300 Subject: self-host all needed libraries; get rid of unused files --- .../Select-1.6.2/css/select.bootstrap.css | 61 ---------------------- 1 file changed, 61 deletions(-) delete mode 100644 public/assets/js/DataTables/Select-1.6.2/css/select.bootstrap.css (limited to 'public/assets/js/DataTables/Select-1.6.2/css/select.bootstrap.css') diff --git a/public/assets/js/DataTables/Select-1.6.2/css/select.bootstrap.css b/public/assets/js/DataTables/Select-1.6.2/css/select.bootstrap.css deleted file mode 100644 index 04c83e3..0000000 --- a/public/assets/js/DataTables/Select-1.6.2/css/select.bootstrap.css +++ /dev/null @@ -1,61 +0,0 @@ -table.dataTable > tbody > tr > .selected { - background-color: rgba(0, 136, 204, 0.9); - color: white; -} -table.dataTable > tbody > tr > td.select-checkbox, -table.dataTable > tbody > tr > th.select-checkbox { - position: relative; -} -table.dataTable > tbody > tr > td.select-checkbox:before, table.dataTable > tbody > tr > td.select-checkbox:after, -table.dataTable > tbody > tr > th.select-checkbox:before, -table.dataTable > tbody > tr > th.select-checkbox:after { - display: block; - position: absolute; - top: 1.2em; - left: 50%; - width: 12px; - height: 12px; - box-sizing: border-box; -} -table.dataTable > tbody > tr > td.select-checkbox:before, -table.dataTable > tbody > tr > th.select-checkbox:before { - content: " "; - margin-top: -6px; - margin-left: -6px; - border: 1px solid black; - border-radius: 3px; -} -table.dataTable > tbody > tr.selected > td.select-checkbox:before, -table.dataTable > tbody > tr.selected > th.select-checkbox:before { - border: 1px solid white; -} -table.dataTable > tbody > tr.selected > td.select-checkbox:after, -table.dataTable > tbody > tr.selected > th.select-checkbox:after { - content: "✓"; - font-size: 20px; - margin-top: -19px; - margin-left: -6px; - text-align: center; - text-shadow: 1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9; -} -table.dataTable.compact > tbody > tr > td.select-checkbox:before, -table.dataTable.compact > tbody > tr > th.select-checkbox:before { - margin-top: -12px; -} -table.dataTable.compact > tbody > tr.selected > td.select-checkbox:after, -table.dataTable.compact > tbody > tr.selected > th.select-checkbox:after { - margin-top: -16px; -} - -div.dataTables_wrapper span.select-info, -div.dataTables_wrapper span.select-item { - margin-left: 0.5em; -} - -@media screen and (max-width: 640px) { - div.dataTables_wrapper span.select-info, - div.dataTables_wrapper span.select-item { - margin-left: 0; - display: block; - } -} -- cgit v1.2.3