datatables.component.scss 1006 Bytes
Newer Older
Ooh-Ao committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
::ng-deep {
    .dark .ti-striped-table tbody tr:nth-child(even) {
        background-color: rgb(27 33 47) !important;
    }

    .dark .ti-custom-table th {
        background-color: rgb(27 33 47);
    }

    .dark .mat-mdc-table {
        background-color: rgb(27 33 47);
        color:rgb(255 255 255 / var(--tw-text-opacity));
    }

    .dark .mdc-data-table__cell {
        color:rgb(255 255 255 / var(--tw-text-opacity));
    }

    .dark {
        .mdc-data-table__header-cell {
            color:rgb(255 255 255 / var(--tw-text-opacity));
        }
    }
        .dark.mat-mdc-checkbox.mdc-checkbox.mdc-checkbox__background {
            border-color: rgb(255 255 255 / var(--tw-text-opacity));
            background-color: #0000;
            
        }
                 .mat-mdc-checkbox.mdc-checkbox.mdc-checkbox__background{
                     border-color: rgb(255 255 255 / var(--tw-text-opacity));
                     background-color: #0000 !important;
        
                 }
   
}