Sha256: 510b6101ce435e9ec05bf7bc2457053a475c8a9f4d5100f4808afa11a2c03b3c

Contents?: true

Size: 337 Bytes

Versions: 1

Compression:

Stored size: 337 Bytes

Contents

@import 'fixedColumns.bootstrap.scss';

// Bootstrap 4 uses rgba for the table background colours, so we need to
// block them out
table.dataTable.table-striped.DTFC_Cloned tbody tr:nth-of-type(odd) {
    background-color: #F3F3F3;
}
table.dataTable.table-striped.DTFC_Cloned tbody tr:nth-of-type(even) {
    background-color: white;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jquery-datatables-1.10.16 app/assets/stylesheets/datatables/extensions/FixedColumns/fixedColumns.bootstrap4.scss