@@ -6,21 +6,10 @@ tfoot {
66 font-weight : bold;
77}
88
9- /* Change color of active pagination, to fit to the material blue grey css */
10- .pagination > .active > a , .pagination > .active > a : focus , .pagination > .active > a : hover , .pagination > .active > span , .pagination > .active > span : focus , .pagination > .active > span : hover {
11- background-color : # b4b4b4 ;
12- border-color : # b4b4b4 ;
13- }
14-
15- /* Change color of inactive pagination, to fit to the material blue grey css */
16- .pagination > li > a , .pagination > li > span {
17- color : # b4b4b4 ;
18- }
19-
20- /* Change color of active pagination, to fit to the material blue grey css */
21- .page-item .active .page-link {
22- background-color : # b4b4b4 ;
23- border-color : # b4b4b4 ;
9+ div .dataTables_wrapper div .dataTables_paginate ul .pagination {
10+ margin : 2px 4px 4px 0 ;
11+ white-space : nowrap;
12+ justify-content : flex-end;
2413}
2514
2615/* Add color for search (filter) highlighting */
@@ -83,10 +72,23 @@ div.details-control {
8372/* ------------------------------------------------------------------------------------------------------------------- */
8473/* DataTables select */
8574/* ------------------------------------------------------------------------------------------------------------------- */
86- table .dataTable tbody > tr .selected , table .dataTable tbody > tr > .selected {
87- background-color : # b4b4b4 !important ;
75+
76+ table .dataTable .table-striped > tbody > tr .odd > * {
77+ box-shadow : inset 0 0 0 9999px var (--table-background );
78+ color : var (--text-color )
79+ }
80+
81+ table .dataTable .table-striped > tbody > tr .even > * {
82+ box-shadow : inset 0 0 0 9999px var (--background );
83+ color : var (--text-color )
84+ }
85+
86+ table .dataTable .table-striped > tbody > tr .odd .selected > * {
87+ box-shadow : inset 0 0 0 9999px var (--medium-grey );
88+ color : var (--text-color )
8889}
8990
90- table .dataTable tbody tr .selected , table .dataTable tbody th .selected , table .dataTable tbody td .selected {
91- color : black !important ;
91+ table .dataTable .table-striped > tbody > tr .even .selected > * {
92+ box-shadow : inset 0 0 0 9999px var (--medium-grey );
93+ color : var (--text-color )
9294}
0 commit comments