Sha256: 9599e344ba1793be79bedadaf78521c84943165680c0b485e2041c0518d72bfb

Contents?: true

Size: 441 Bytes

Versions: 6

Compression:

Stored size: 441 Bytes

Contents

// Block out what is behind the fixed column's header and footer
table.DTFC_Cloned thead,
table.DTFC_Cloned tfoot {
	background-color: white;
}

// Block out the gap above the scrollbar on the right, when there is a fixed
// right column
div.DTFC_Blocker {
	background-color: white;
}

div.DTFC_LeftWrapper table.dataTable,
div.DTFC_RightWrapper table.dataTable {
	margin-bottom: 0;
	z-index: 2;

	&.no-footer {
		border-bottom: none;
	}
}

Version data entries

6 entries across 6 versions & 1 rubygems

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