diff options
Diffstat (limited to 'public/assets/js/DataTables/Select-1.6.2/css')
16 files changed, 0 insertions, 499 deletions
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; - } -} diff --git a/public/assets/js/DataTables/Select-1.6.2/css/select.bootstrap.min.css b/public/assets/js/DataTables/Select-1.6.2/css/select.bootstrap.min.css deleted file mode 100644 index 9cfdb16..0000000 --- a/public/assets/js/DataTables/Select-1.6.2/css/select.bootstrap.min.css +++ /dev/null @@ -1 +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:.5em}@media screen and (max-width: 640px){div.dataTables_wrapper span.select-info,div.dataTables_wrapper span.select-item{margin-left:0;display:block}} diff --git a/public/assets/js/DataTables/Select-1.6.2/css/select.bootstrap4.css b/public/assets/js/DataTables/Select-1.6.2/css/select.bootstrap4.css deleted file mode 100644 index b9218af..0000000 --- a/public/assets/js/DataTables/Select-1.6.2/css/select.bootstrap4.css +++ /dev/null @@ -1,61 +0,0 @@ -table.dataTable > tbody > tr > .selected { - background-color: rgba(2, 117, 216, 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: -2px; - 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; - } -} diff --git a/public/assets/js/DataTables/Select-1.6.2/css/select.bootstrap4.min.css b/public/assets/js/DataTables/Select-1.6.2/css/select.bootstrap4.min.css deleted file mode 100644 index 7543c28..0000000 --- a/public/assets/js/DataTables/Select-1.6.2/css/select.bootstrap4.min.css +++ /dev/null @@ -1 +0,0 @@ -table.dataTable>tbody>tr>.selected{background-color:rgba(2, 117, 216, 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:-2px;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:.5em}@media screen and (max-width: 640px){div.dataTables_wrapper span.select-info,div.dataTables_wrapper span.select-item{margin-left:0;display:block}} diff --git a/public/assets/js/DataTables/Select-1.6.2/css/select.bootstrap5.css b/public/assets/js/DataTables/Select-1.6.2/css/select.bootstrap5.css deleted file mode 100644 index d2128d3..0000000 --- a/public/assets/js/DataTables/Select-1.6.2/css/select.bootstrap5.css +++ /dev/null @@ -1,64 +0,0 @@ -table.dataTable > tbody > tr > .selected { - background-color: rgba(13, 110, 253, 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: -5px; - 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; - } -} -table.dataTable.table-sm tbody td.select-checkbox::before { - margin-top: -9px; -} diff --git a/public/assets/js/DataTables/Select-1.6.2/css/select.bootstrap5.min.css b/public/assets/js/DataTables/Select-1.6.2/css/select.bootstrap5.min.css deleted file mode 100644 index 2d95ccf..0000000 --- a/public/assets/js/DataTables/Select-1.6.2/css/select.bootstrap5.min.css +++ /dev/null @@ -1 +0,0 @@ -table.dataTable>tbody>tr>.selected{background-color:rgba(13, 110, 253, 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:-5px;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:.5em}@media screen and (max-width: 640px){div.dataTables_wrapper span.select-info,div.dataTables_wrapper span.select-item{margin-left:0;display:block}}table.dataTable.table-sm tbody td.select-checkbox::before{margin-top:-9px} diff --git a/public/assets/js/DataTables/Select-1.6.2/css/select.bulma.css b/public/assets/js/DataTables/Select-1.6.2/css/select.bulma.css deleted file mode 100644 index ef5c4d5..0000000 --- a/public/assets/js/DataTables/Select-1.6.2/css/select.bulma.css +++ /dev/null @@ -1,61 +0,0 @@ -table.dataTable > tbody > tr > .selected { - background-color: rgba(0, 209, 178, 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: -2px; - 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; - } -} diff --git a/public/assets/js/DataTables/Select-1.6.2/css/select.bulma.min.css b/public/assets/js/DataTables/Select-1.6.2/css/select.bulma.min.css deleted file mode 100644 index eeabec8..0000000 --- a/public/assets/js/DataTables/Select-1.6.2/css/select.bulma.min.css +++ /dev/null @@ -1 +0,0 @@ -table.dataTable>tbody>tr>.selected{background-color:rgba(0, 209, 178, 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:-2px;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:.5em}@media screen and (max-width: 640px){div.dataTables_wrapper span.select-info,div.dataTables_wrapper span.select-item{margin-left:0;display:block}} diff --git a/public/assets/js/DataTables/Select-1.6.2/css/select.dataTables.css b/public/assets/js/DataTables/Select-1.6.2/css/select.dataTables.css deleted file mode 100644 index 26dd64a..0000000 --- a/public/assets/js/DataTables/Select-1.6.2/css/select.dataTables.css +++ /dev/null @@ -1,61 +0,0 @@ -table.dataTable > tbody > tr > .selected { - background-color: rgba(13, 110, 253, 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; - } -} diff --git a/public/assets/js/DataTables/Select-1.6.2/css/select.dataTables.min.css b/public/assets/js/DataTables/Select-1.6.2/css/select.dataTables.min.css deleted file mode 100644 index fb2791a..0000000 --- a/public/assets/js/DataTables/Select-1.6.2/css/select.dataTables.min.css +++ /dev/null @@ -1 +0,0 @@ -table.dataTable>tbody>tr>.selected{background-color:rgba(13, 110, 253, 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:.5em}@media screen and (max-width: 640px){div.dataTables_wrapper span.select-info,div.dataTables_wrapper span.select-item{margin-left:0;display:block}} diff --git a/public/assets/js/DataTables/Select-1.6.2/css/select.foundation.css b/public/assets/js/DataTables/Select-1.6.2/css/select.foundation.css deleted file mode 100644 index 74ac2f3..0000000 --- a/public/assets/js/DataTables/Select-1.6.2/css/select.foundation.css +++ /dev/null @@ -1,61 +0,0 @@ -table.dataTable > tbody > tr > .selected { - background-color: rgba(0, 137, 182, 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; - } -} diff --git a/public/assets/js/DataTables/Select-1.6.2/css/select.foundation.min.css b/public/assets/js/DataTables/Select-1.6.2/css/select.foundation.min.css deleted file mode 100644 index 624d69f..0000000 --- a/public/assets/js/DataTables/Select-1.6.2/css/select.foundation.min.css +++ /dev/null @@ -1 +0,0 @@ -table.dataTable>tbody>tr>.selected{background-color:rgba(0, 137, 182, 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:.5em}@media screen and (max-width: 640px){div.dataTables_wrapper span.select-info,div.dataTables_wrapper span.select-item{margin-left:0;display:block}} diff --git a/public/assets/js/DataTables/Select-1.6.2/css/select.jqueryui.css b/public/assets/js/DataTables/Select-1.6.2/css/select.jqueryui.css deleted file mode 100644 index 26dd64a..0000000 --- a/public/assets/js/DataTables/Select-1.6.2/css/select.jqueryui.css +++ /dev/null @@ -1,61 +0,0 @@ -table.dataTable > tbody > tr > .selected { - background-color: rgba(13, 110, 253, 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; - } -} diff --git a/public/assets/js/DataTables/Select-1.6.2/css/select.jqueryui.min.css b/public/assets/js/DataTables/Select-1.6.2/css/select.jqueryui.min.css deleted file mode 100644 index fb2791a..0000000 --- a/public/assets/js/DataTables/Select-1.6.2/css/select.jqueryui.min.css +++ /dev/null @@ -1 +0,0 @@ -table.dataTable>tbody>tr>.selected{background-color:rgba(13, 110, 253, 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:.5em}@media screen and (max-width: 640px){div.dataTables_wrapper span.select-info,div.dataTables_wrapper span.select-item{margin-left:0;display:block}} diff --git a/public/assets/js/DataTables/Select-1.6.2/css/select.semanticui.css b/public/assets/js/DataTables/Select-1.6.2/css/select.semanticui.css deleted file mode 100644 index 4f5320c..0000000 --- a/public/assets/js/DataTables/Select-1.6.2/css/select.semanticui.css +++ /dev/null @@ -1,61 +0,0 @@ -table.dataTable > tbody > tr > .selected { - background-color: rgba(0, 0, 0, 0.05); - 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: -3px; - 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; - } -} diff --git a/public/assets/js/DataTables/Select-1.6.2/css/select.semanticui.min.css b/public/assets/js/DataTables/Select-1.6.2/css/select.semanticui.min.css deleted file mode 100644 index d6fdfe4..0000000 --- a/public/assets/js/DataTables/Select-1.6.2/css/select.semanticui.min.css +++ /dev/null @@ -1 +0,0 @@ -table.dataTable>tbody>tr>.selected{background-color:rgba(0, 0, 0, 0.05);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:-3px;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:.5em}@media screen and (max-width: 640px){div.dataTables_wrapper span.select-info,div.dataTables_wrapper span.select-item{margin-left:0;display:block}} |
