Sha256: 629dc77c29ef39ec0e63a2f88d929f2684765d199fcc573a24ae467d3d46678e

Contents?: true

Size: 819 Bytes

Versions: 6

Compression:

Stored size: 819 Bytes

Contents

div.DTFC_LeftWrapper table.ui.table.dataTable {
	border-right: none;
}

div.DTFC_RightWrapper table.ui.table.dataTable {
	border-left: none;
}

// 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 {
	z-index: 2;
}

div.DTFC_LeftHeadWrapper table.ui.table.dataTable,
div.DTFC_RightHeadWrapper table.ui.table.dataTable {
	border-bottom: none;
}

div.DTFC_LeftBodyWrapper table.ui.table.dataTable,
div.DTFC_RightBodyWrapper table.ui.table.dataTable {
	border-top: none;

	// Hide sorting icons
	thead {
		.sorting:after,
		.sorting_asc:after,
		.sorting_desc:after,
		.sorting:after,
		.sorting_asc:after,
		.sorting_desc:after {
			display: 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.semanticui.scss
jquery-datatables-1.10.19.1 app/assets/stylesheets/datatables/extensions/FixedColumns/fixedColumns.semanticui.scss
jquery-datatables-1.10.19 app/assets/stylesheets/datatables/extensions/FixedColumns/fixedColumns.semanticui.scss
jquery-datatables-1.10.18 app/assets/stylesheets/datatables/extensions/FixedColumns/fixedColumns.semanticui.scss
jquery-datatables-1.10.17 app/assets/stylesheets/datatables/extensions/FixedColumns/fixedColumns.semanticui.scss
jquery-datatables-1.10.16 app/assets/stylesheets/datatables/extensions/FixedColumns/fixedColumns.semanticui.scss