Sha256: 121b61f8c06876b18f39739b4f3301986d3c94e5528bf60ffdb0f6cec5c079d2

Contents?: true

Size: 432 Bytes

Versions: 6

Compression:

Stored size: 432 Bytes

Contents

// FOundation styling is the same as the DataTables, but without the even row style
div.DTS {
	tbody th,
	tbody td {
		white-space: nowrap;
	}

	div.DTS_Loading {
		z-index: 1;
	}

	div.dataTables_scrollBody {
		background: repeating-linear-gradient(
			45deg,
			#edeeff,
			#edeeff 10px,
			white 10px,
			white 20px
		);

		table {
			z-index: 2;
		}
	}

	div.dataTables_paginate,
	div.dataTables_length {
		display: none;
	}
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
jquery-datatables-1.10.20 app/assets/stylesheets/datatables/extensions/Scroller/scroller.foundation.scss
jquery-datatables-1.10.19.1 app/assets/stylesheets/datatables/extensions/Scroller/scroller.foundation.scss
jquery-datatables-1.10.19 app/assets/stylesheets/datatables/extensions/Scroller/scroller.foundation.scss
jquery-datatables-1.10.18 app/assets/stylesheets/datatables/extensions/Scroller/scroller.foundation.scss
jquery-datatables-1.10.17 app/assets/stylesheets/datatables/extensions/Scroller/scroller.foundation.scss
jquery-datatables-1.10.16 app/assets/stylesheets/datatables/extensions/Scroller/scroller.foundation.scss