datatables.css 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. /*
  2. * MDBootstrap integration with Datatables
  3. * Learn more: https://mdbootstrap.com/docs/jquery/tables/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. table.dataTable thead {
  17. cursor: pointer; }
  18. table.dataTable thead > tr > th:active, table.dataTable thead > tr > td:active {
  19. outline: none; }
  20. div.dataTables_wrapper div.dataTables_length.d-flex.flex-row label {
  21. margin-top: 1.2rem;
  22. margin-right: 1rem; }
  23. div.dataTables_wrapper div.dataTables_length.d-flex.flex-row .select-wrapper.mdb-select span, div.dataTables_wrapper div.dataTables_length.d-flex.flex-row .select-wrapper.mdb-select .select-dropdown {
  24. margin-top: 1rem; }
  25. div.dataTables_wrapper div.dataTables_length label {
  26. text-align: left;
  27. font-weight: normal;
  28. padding-top: .5rem;
  29. padding-bottom: .5rem; }
  30. div.dataTables_wrapper div.dataTables_filter label {
  31. text-align: left;
  32. font-weight: normal;
  33. padding-top: .5rem;
  34. padding-bottom: .5rem; }
  35. div.dataTables_wrapper div.dataTables_length select, div.dataTables_wrapper div.dataTables_length input {
  36. width: auto; }
  37. div.dataTables_wrapper div.dataTables_filter {
  38. text-align: right; }
  39. div.dataTables_wrapper div.dataTables_filter select {
  40. width: auto; }
  41. div.dataTables_wrapper div.dataTables_filter input {
  42. width: auto;
  43. margin-left: .5rem;
  44. display: inline-block; }
  45. div.dataTables_wrapper div.dataTables_info {
  46. font-weight: normal;
  47. padding-top: 1rem;
  48. padding-bottom: 1rem; }
  49. div.dataTables_wrapper div.dataTables_paginate {
  50. font-weight: normal;
  51. padding-top: 1rem;
  52. padding-bottom: 1rem;
  53. text-align: right;
  54. margin: 0; }
  55. div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  56. -webkit-box-pack: end;
  57. -webkit-justify-content: flex-end;
  58. -ms-flex-pack: end;
  59. justify-content: flex-end; }
  60. div.dataTables_wrapper div.dataTables_paginate ul.pagination .page-item.active .page-link:focus {
  61. background-color: #4285f4; }
  62. div.dataTables_wrapper div.dataTables_paginate ul.pagination .page-item .page-link:focus {
  63. -webkit-box-shadow: none;
  64. box-shadow: none; }
  65. @media (max-width: 767px) {
  66. div.dataTables_wrapper div .dataTables_length, div.dataTables_wrapper div .dataTables_filter, div.dataTables_wrapper div .dataTables_info, div.dataTables_wrapper div .dataTables_paginate ul.pagination {
  67. text-align: center;
  68. -webkit-box-pack: center;
  69. -webkit-justify-content: center;
  70. -ms-flex-pack: center;
  71. justify-content: center; } }
  72. .bs-select select {
  73. display: inline-block !important; }
  74. table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting {
  75. padding-right: 30px; }
  76. table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
  77. padding-right: 30px; }
  78. table.dataTable thead > tr > th:active, table.dataTable thead > tr > td:active {
  79. outline: none; }
  80. table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
  81. cursor: pointer;
  82. position: relative; }
  83. table.dataTable thead .sorting:before, table.dataTable thead .sorting:after {
  84. position: absolute;
  85. bottom: 0.9em;
  86. display: block;
  87. opacity: 0.3; }
  88. table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after {
  89. position: absolute;
  90. bottom: 0.9em;
  91. display: block;
  92. opacity: 0.3; }
  93. table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after {
  94. position: absolute;
  95. bottom: 0.9em;
  96. display: block;
  97. opacity: 0.3; }
  98. table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after {
  99. position: absolute;
  100. bottom: 0.9em;
  101. display: block;
  102. opacity: 0.3; }
  103. table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
  104. position: absolute;
  105. bottom: 0.9em;
  106. display: block;
  107. opacity: 0.3; }
  108. table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
  109. right: 1em;
  110. content: "\f0de";
  111. font-family: 'Font Awesome\ 5 Free';
  112. font-weight: 900;
  113. font-size: 1rem; }
  114. table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
  115. right: 0.5em;
  116. content: "\f0dd";
  117. font-family: 'Font Awesome\ 5 Free';
  118. font-weight: 900;
  119. right: 16px;
  120. font-size: 1rem; }
  121. table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:after {
  122. opacity: 1; }
  123. table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
  124. opacity: 0; }