1+ /*
2+ * MDBootstrap integration with Datatables
3+ * Learn more: https://mdbootstrap.com/content/bootstrap-datatables/
4+ * About MDBootstrap: https://mdbootstrap.com/
5+ *
6+ * This combined file was created by the DataTables downloader builder:
7+ * https://datatables.net/download
8+ *
9+ * To rebuild or modify this file with the latest versions of the included
10+ * software please visit:
11+ * https://datatables.net/download/#bs4/dt-1.10.18
12+ *
13+ * Included libraries:
14+ * DataTables 1.10.18
15+ */
16+ 17+ table .dataTable thead {
18+ cursor : pointer;
19+ }
20+ 21+ table .dataTable thead > tr > th : active {
22+ outline : none;
23+ }
24+ 25+ table .dataTable thead > tr > td : active {
26+ outline : none;
27+ }
28+ 29+ div .dataTables_wrapper div .dataTables_length .d-flex .flex-row label {
30+ margin-top : 1.2rem ;
31+ margin-right : 1rem ;
32+ }
33+ 34+ div .dataTables_wrapper div .dataTables_length .d-flex .flex-row .select-wrapper .mdb-select span ,
35+ div .dataTables_wrapper div .dataTables_length .d-flex .flex-row .select-wrapper .mdb-select .select-dropdown {
36+ margin-top : 1rem ;
37+ }
38+ 39+ div .dataTables_wrapper div .dataTables_length label ,
40+ div .dataTables_wrapper div .dataTables_filter label {
41+ text-align : left;
42+ font-weight : normal;
43+ padding-top : .5rem ;
44+ padding-bottom : .5rem ;
45+ }
46+ 47+ div .dataTables_wrapper div .dataTables_length select ,
48+ div .dataTables_wrapper div .dataTables_length input ,
49+ div .dataTables_wrapper div .dataTables_filter select ,
50+ div .dataTables_wrapper div .dataTables_filter input {
51+ width : auto;
52+ }
53+ 54+ div .dataTables_wrapper div .dataTables_filter {
55+ text-align : right;
56+ }
57+ 58+ div .dataTables_wrapper div .dataTables_filter input {
59+ margin-left : .5rem ;
60+ display : inline-block;
61+ }
62+ 63+ div .dataTables_wrapper div .dataTables_info ,
64+ div .dataTables_wrapper div .dataTables_paginate {
65+ font-weight : normal;
66+ padding-top : 1rem ;
67+ padding-bottom : 1rem ;
68+ }
69+ 70+ div .dataTables_wrapper div .dataTables_paginate {
71+ text-align : right;
72+ margin : 0 ;
73+ }
74+ 75+ div .dataTables_wrapper div .dataTables_paginate ul .pagination {
76+ -webkit-box-pack : end;
77+ -webkit-justify-content : flex-end;
78+ -ms-flex-pack : end;
79+ justify-content : flex-end;
80+ }
81+ 82+ div .dataTables_wrapper div .dataTables_paginate ul .pagination .page-item .active .page-link : focus {
83+ background-color : # 4285f4 ;
84+ }
85+ 86+ div .dataTables_wrapper div .dataTables_paginate ul .pagination .page-item .page-link : focus {
87+ -webkit-box-shadow : none;
88+ box-shadow : none;
89+ }
90+ 91+ @media (max-width : 767px ) {
92+ div .dataTables_wrapper div .dataTables_length ,
93+ div .dataTables_wrapper div .dataTables_filter ,
94+ div .dataTables_wrapper div .dataTables_info ,
95+ div .dataTables_wrapper div .dataTables_paginate ul .pagination {
96+ text-align : center;
97+ -webkit-box-pack : center;
98+ -webkit-justify-content : center;
99+ -ms-flex-pack : center;
100+ justify-content : center;
101+ }
102+ }
103+ 104+ .bs-select select {
105+ display : inline-block !important ;
106+ }
0 commit comments