@@ -25,10 +25,12 @@ table.dataTable tr.dt-hasChild td.dt-control:before {
2525 content : "▼" ;
2626}
2727
28- html .dark table .dataTable td .dt-control : before {
28+ html .dark table .dataTable td .dt-control : before ,
29+ : root [data-bs-theme = dark ] table .dataTable td .dt-control : before {
2930 color : rgba (255 , 255 , 255 , 0.5 );
3031}
31- html .dark table .dataTable tr .dt-hasChild td .dt-control : before {
32+ html .dark table .dataTable tr .dt-hasChild td .dt-control : before ,
33+ : root [data-bs-theme = dark ] table .dataTable tr .dt-hasChild td .dt-control : before {
3234 color : rgba (255 , 255 , 255 , 0.5 );
3335}
3436
@@ -58,10 +60,12 @@ table.dataTable tr.dt-hasChild td.dt-control:before {
5860 content : "▼" ;
5961}
6062
61- html .dark table .dataTable td .dt-control : before {
63+ html .dark table .dataTable td .dt-control : before ,
64+ : root [data-bs-theme = dark ] table .dataTable td .dt-control : before {
6265 color : rgba (255 , 255 , 255 , 0.5 );
6366}
64- html .dark table .dataTable tr .dt-hasChild td .dt-control : before {
67+ html .dark table .dataTable tr .dt-hasChild td .dt-control : before ,
68+ : root [data-bs-theme = dark ] table .dataTable tr .dt-hasChild td .dt-control : before {
6569 color : rgba (255 , 255 , 255 , 0.5 );
6670}
6771
@@ -157,7 +161,7 @@ div.dataTables_processing > div:last-child > div {
157161 width : 13px ;
158162 height : 13px ;
159163 border-radius : 50% ;
160- background : # 0d6efd ;
164+ background : rgb ( 13 , 110 , 253 ) ;
161165 background : rgb (var (--dt-row-selected ));
162166 animation-timing-function : cubic-bezier (0 , 1 , 1 , 0 );
163167}
@@ -321,11 +325,11 @@ table.dataTable tbody tr {
321325table .dataTable tbody tr .selected > * {
322326 box-shadow : inset 0 0 0 9999px rgba (13 , 110 , 253 , 0.9 );
323327 box-shadow : inset 0 0 0 9999px rgba (var (--dt-row-selected ), 0.9 );
324- color : white ;
328+ color : rgb ( 255 , 255 , 255 ) ;
325329 color : rgb (var (--dt-row-selected-text ));
326330}
327331table .dataTable tbody tr .selected a {
328- color : # 090a0b ;
332+ color : rgb ( 9 , 10 , 11 ) ;
329333 color : rgb (var (--dt-row-selected-link ));
330334}
331335table .dataTable tbody th ,
@@ -343,7 +347,8 @@ table.dataTable.display > tbody > tr:first-child > td {
343347 border-top : none;
344348}
345349table .dataTable .row-border > tbody > tr .selected + tr .selected > td , table .dataTable .display > tbody > tr .selected + tr .selected > td {
346- border-top-color : # 0262ef ;
350+ border-top-color : rgba (13 , 110 , 253 , 0.65 );
351+ border-top-color : rgba (var (--dt-row-selected ), 0.65 );
347352}
348353table .dataTable .cell-border > tbody > tr > th ,
349354table .dataTable .cell-border > tbody > tr > td {
@@ -416,15 +421,15 @@ table.dataTable.display > tbody > tr.odd.selected > .sorting_3, table.dataTable.
416421}
417422table .dataTable .display > tbody > tr .even > .sorting_1 , table .dataTable .order-column .stripe > tbody > tr .even > .sorting_1 {
418423 box-shadow : inset 0 0 0 9999px rgba (0 , 0 , 0 , 0.019 );
419- box-shadow : inset 0 0 0 9999px rgba (var (--dt-row-selected ), 0.019 );
424+ box-shadow : inset 0 0 0 9999px rgba (var (--dt-column-ordering ), 0.019 );
420425}
421426table .dataTable .display > tbody > tr .even > .sorting_2 , table .dataTable .order-column .stripe > tbody > tr .even > .sorting_2 {
422427 box-shadow : inset 0 0 0 9999px rgba (0 , 0 , 0 , 0.011 );
423- box-shadow : inset 0 0 0 9999px rgba (var (--dt-row-selected ), 0.011 );
428+ box-shadow : inset 0 0 0 9999px rgba (var (--dt-column-ordering ), 0.011 );
424429}
425430table .dataTable .display > tbody > tr .even > .sorting_3 , table .dataTable .order-column .stripe > tbody > tr .even > .sorting_3 {
426431 box-shadow : inset 0 0 0 9999px rgba (0 , 0 , 0 , 0.003 );
427- box-shadow : inset 0 0 0 9999px rgba (var (--dt-row-selected ), 0.003 );
432+ box-shadow : inset 0 0 0 9999px rgba (var (--dt-column-ordering ), 0.003 );
428433}
429434table .dataTable .display > tbody > tr .even .selected > .sorting_1 , table .dataTable .order-column .stripe > tbody > tr .even .selected > .sorting_1 {
430435 box-shadow : inset 0 0 0 9999px rgba (13 , 110 , 253 , 0.919 );
@@ -537,18 +542,12 @@ table.dataTable td {
537542 color : inherit !important ;
538543 border : 1px solid rgba (0 , 0 , 0 , 0.3 );
539544 background-color : rgba (0 , 0 , 0 , 0.05 );
540- background : -webkit-gradient (linear, left top, left bottom, color-stop (0% , rgba (230 , 230 , 230 , 0.05 )), color-stop (100% , rgba (0 , 0 , 0 , 0.05 )));
541- /* Chrome,Safari4+ */
542- background : -webkit-linear-gradient (top, rgba (230 , 230 , 230 , 0.05 ) 0% , rgba (0 , 0 , 0 , 0.05 ) 100% );
543- /* Chrome10+,Safari5.1+ */
544- background : -moz-linear-gradient (top, rgba (230 , 230 , 230 , 0.05 ) 0% , rgba (0 , 0 , 0 , 0.05 ) 100% );
545- /* FF3.6+ */
546- background : -ms-linear-gradient (top, rgba (230 , 230 , 230 , 0.05 ) 0% , rgba (0 , 0 , 0 , 0.05 ) 100% );
547- /* IE10+ */
548- background : -o-linear-gradient (top, rgba (230 , 230 , 230 , 0.05 ) 0% , rgba (0 , 0 , 0 , 0.05 ) 100% );
549- /* Opera 11.10+ */
550- background : linear-gradient (to bottom, rgba (230 , 230 , 230 , 0.05 ) 0% , rgba (0 , 0 , 0 , 0.05 ) 100% );
551- /* W3C */
545+ background : -webkit-gradient (linear, left top, left bottom, color-stop (0% , rgba (230 , 230 , 230 , 0.05 )), color-stop (100% , rgba (0 , 0 , 0 , 0.05 ))); /* Chrome,Safari4+ */
546+ background : -webkit-linear-gradient (top, rgba (230 , 230 , 230 , 0.05 ) 0% , rgba (0 , 0 , 0 , 0.05 ) 100% ); /* Chrome10+,Safari5.1+ */
547+ background : -moz-linear-gradient (top, rgba (230 , 230 , 230 , 0.05 ) 0% , rgba (0 , 0 , 0 , 0.05 ) 100% ); /* FF3.6+ */
548+ background : -ms-linear-gradient (top, rgba (230 , 230 , 230 , 0.05 ) 0% , rgba (0 , 0 , 0 , 0.05 ) 100% ); /* IE10+ */
549+ background : -o-linear-gradient (top, rgba (230 , 230 , 230 , 0.05 ) 0% , rgba (0 , 0 , 0 , 0.05 ) 100% ); /* Opera 11.10+ */
550+ background : linear-gradient (to bottom, rgba (230 , 230 , 230 , 0.05 ) 0% , rgba (0 , 0 , 0 , 0.05 ) 100% ); /* W3C */
552551}
553552.dataTables_wrapper .dataTables_paginate .paginate_button .disabled , .dataTables_wrapper .dataTables_paginate .paginate_button .disabled : hover , .dataTables_wrapper .dataTables_paginate .paginate_button .disabled : active {
554553 cursor : default;
@@ -561,34 +560,22 @@ table.dataTable td {
561560 color : white !important ;
562561 border : 1px solid # 111 ;
563562 background-color : # 111 ;
564- background : -webkit-gradient (linear, left top, left bottom, color-stop (0% , # 585858 ), color-stop (100% , # 111 ));
565- /* Chrome,Safari4+ */
566- background : -webkit-linear-gradient (top, # 585858 0% , # 111 100% );
567- /* Chrome10+,Safari5.1+ */
568- background : -moz-linear-gradient (top, # 585858 0% , # 111 100% );
569- /* FF3.6+ */
570- background : -ms-linear-gradient (top, # 585858 0% , # 111 100% );
571- /* IE10+ */
572- background : -o-linear-gradient (top, # 585858 0% , # 111 100% );
573- /* Opera 11.10+ */
574- background : linear-gradient (to bottom, # 585858 0% , # 111 100% );
575- /* W3C */
563+ background : -webkit-gradient (linear, left top, left bottom, color-stop (0% , # 585858 ), color-stop (100% , # 111 )); /* Chrome,Safari4+ */
564+ background : -webkit-linear-gradient (top, # 585858 0% , # 111 100% ); /* Chrome10+,Safari5.1+ */
565+ background : -moz-linear-gradient (top, # 585858 0% , # 111 100% ); /* FF3.6+ */
566+ background : -ms-linear-gradient (top, # 585858 0% , # 111 100% ); /* IE10+ */
567+ background : -o-linear-gradient (top, # 585858 0% , # 111 100% ); /* Opera 11.10+ */
568+ background : linear-gradient (to bottom, # 585858 0% , # 111 100% ); /* W3C */
576569}
577570.dataTables_wrapper .dataTables_paginate .paginate_button : active {
578571 outline : none;
579572 background-color : # 0c0c0c ;
580- background : -webkit-gradient (linear, left top, left bottom, color-stop (0% , # 2b2b2b ), color-stop (100% , # 0c0c0c ));
581- /* Chrome,Safari4+ */
582- background : -webkit-linear-gradient (top, # 2b2b2b 0% , # 0c0c0c 100% );
583- /* Chrome10+,Safari5.1+ */
584- background : -moz-linear-gradient (top, # 2b2b2b 0% , # 0c0c0c 100% );
585- /* FF3.6+ */
586- background : -ms-linear-gradient (top, # 2b2b2b 0% , # 0c0c0c 100% );
587- /* IE10+ */
588- background : -o-linear-gradient (top, # 2b2b2b 0% , # 0c0c0c 100% );
589- /* Opera 11.10+ */
590- background : linear-gradient (to bottom, # 2b2b2b 0% , # 0c0c0c 100% );
591- /* W3C */
573+ background : -webkit-gradient (linear, left top, left bottom, color-stop (0% , # 2b2b2b ), color-stop (100% , # 0c0c0c )); /* Chrome,Safari4+ */
574+ background : -webkit-linear-gradient (top, # 2b2b2b 0% , # 0c0c0c 100% ); /* Chrome10+,Safari5.1+ */
575+ background : -moz-linear-gradient (top, # 2b2b2b 0% , # 0c0c0c 100% ); /* FF3.6+ */
576+ background : -ms-linear-gradient (top, # 2b2b2b 0% , # 0c0c0c 100% ); /* IE10+ */
577+ background : -o-linear-gradient (top, # 2b2b2b 0% , # 0c0c0c 100% ); /* Opera 11.10+ */
578+ background : linear-gradient (to bottom, # 2b2b2b 0% , # 0c0c0c 100% ); /* W3C */
592579 box-shadow : inset 0 0 3px # 111 ;
593580}
594581.dataTables_wrapper .dataTables_paginate .ellipsis {
@@ -635,7 +622,7 @@ table.dataTable td {
635622
636623@media screen and (max-width : 767px ) {
637624 .dataTables_wrapper .dataTables_info ,
638- .dataTables_wrapper .dataTables_paginate {
625+ .dataTables_wrapper .dataTables_paginate {
639626 float : none;
640627 text-align : center;
641628 }
@@ -645,7 +632,7 @@ table.dataTable td {
645632}
646633@media screen and (max-width : 640px ) {
647634 .dataTables_wrapper .dataTables_length ,
648- .dataTables_wrapper .dataTables_filter {
635+ .dataTables_wrapper .dataTables_filter {
649636 float : none;
650637 text-align : center;
651638 }
@@ -665,35 +652,36 @@ html.dark table.dataTable > thead > tr > td:active {
665652html .dark table .dataTable .row-border > tbody > tr > th ,
666653html .dark table .dataTable .row-border > tbody > tr > td , html .dark table .dataTable .display > tbody > tr > th ,
667654html .dark table .dataTable .display > tbody > tr > td {
668- border-top : 1px solid # 404346 ;
655+ border-top : 1px solid rgb ( 64 , 67 , 70 ) ;
669656}
670657html .dark table .dataTable .row-border > tbody > tr .selected + tr .selected > td , html .dark table .dataTable .display > tbody > tr .selected + tr .selected > td {
671- border-top-color : # 0257d5 ;
658+ border-top-color : rgba (13 , 110 , 253 , 0.65 );
659+ border-top-color : rgba (var (--dt-row-selected ), 0.65 );
672660}
673661html .dark table .dataTable .cell-border > tbody > tr > th ,
674662html .dark table .dataTable .cell-border > tbody > tr > td {
675- border-top : 1px solid # 404346 ;
676- border-right : 1px solid # 404346 ;
663+ border-top : 1px solid rgb ( 64 , 67 , 70 ) ;
664+ border-right : 1px solid rgb ( 64 , 67 , 70 ) ;
677665}
678666html .dark table .dataTable .cell-border > tbody > tr > th : first-child ,
679667html .dark table .dataTable .cell-border > tbody > tr > td : first-child {
680- border-left : 1px solid # 404346 ;
668+ border-left : 1px solid rgb ( 64 , 67 , 70 ) ;
681669}
682670html .dark .dataTables_wrapper .dataTables_filter input ,
683671html .dark .dataTables_wrapper .dataTables_length select {
684672 border : 1px solid rgba (255 , 255 , 255 , 0.2 );
685673 background-color : var (--dt-html-background );
686674}
687675html .dark .dataTables_wrapper .dataTables_paginate .paginate_button .current , html .dark .dataTables_wrapper .dataTables_paginate .paginate_button .current : hover {
688- border : 1px solid # 595b5e ;
676+ border : 1px solid rgb ( 89 , 91 , 94 ) ;
689677 background : rgba (255 , 255 , 255 , 0.15 );
690678}
691679html .dark .dataTables_wrapper .dataTables_paginate .paginate_button .disabled , html .dark .dataTables_wrapper .dataTables_paginate .paginate_button .disabled : hover , html .dark .dataTables_wrapper .dataTables_paginate .paginate_button .disabled : active {
692680 color : # 666 !important ;
693681}
694682html .dark .dataTables_wrapper .dataTables_paginate .paginate_button : hover {
695- border : 1px solid # 353535 ;
696- background : # 353535 ;
683+ border : 1px solid rgb ( 53 , 53 , 53 ) ;
684+ background : rgb ( 53 , 53 , 53 ) ;
697685}
698686html .dark .dataTables_wrapper .dataTables_paginate .paginate_button : active {
699687 background : # 3a3a3a ;
0 commit comments