Sha256: bd21cfc2eeda3292c6bf42d61e7be395d5b1b27a9a58adf557dd895d6fdd3ddf

Contents?: true

Size: 287 Bytes

Versions: 5

Compression:

Stored size: 287 Bytes

Contents

@import 'fixedColumns.bootstrap.scss';

// Bootstrap 4 uses rgba for the table row background colours, and as FixedColumns
// layers the elements on top of each other, we need to block out the fixed area.
table.dataTable.table-striped.DTFC_Cloned tbody {
    background-color: white;
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jquery-datatables-1.10.20 app/assets/stylesheets/datatables/extensions/FixedColumns/fixedColumns.bootstrap4.scss
jquery-datatables-1.10.19.1 app/assets/stylesheets/datatables/extensions/FixedColumns/fixedColumns.bootstrap4.scss
jquery-datatables-1.10.19 app/assets/stylesheets/datatables/extensions/FixedColumns/fixedColumns.bootstrap4.scss
jquery-datatables-1.10.18 app/assets/stylesheets/datatables/extensions/FixedColumns/fixedColumns.bootstrap4.scss
jquery-datatables-1.10.17 app/assets/stylesheets/datatables/extensions/FixedColumns/fixedColumns.bootstrap4.scss