Sha256: 1fae1ecb81606bd1abd6172ca0c2622aceb24588182314246db480e40485511a

Contents?: true

Size: 557 Bytes

Versions: 5

Compression:

Stored size: 557 Bytes

Contents

@import 'mixins.scss';
@import 'common.scss';

ul.dt-button-collection.dropdown-menu {
	display: block;
	z-index: 2002;

	@include dtb-fixed-collection();
}

div.dt-button-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2001;
}

@media screen and (max-width: 767px) {
	div.dt-buttons {
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 0.5em;

		a.btn {
			float: none;
		}
	}
}

div.dt-buttons {
	button.btn.processing,
	div.btn.processing,
	a.btn.processing {
		@include dtb-processing();
	}
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jquery-datatables-1.10.19.1 app/assets/stylesheets/datatables/extensions/Buttons/buttons.bootstrap.scss
jquery-datatables-1.10.19 app/assets/stylesheets/datatables/extensions/Buttons/buttons.bootstrap.scss
jquery-datatables-1.10.18 app/assets/stylesheets/datatables/extensions/Buttons/buttons.bootstrap.scss
jquery-datatables-1.10.17 app/assets/stylesheets/datatables/extensions/Buttons/buttons.bootstrap.scss
jquery-datatables-1.10.16 app/assets/stylesheets/datatables/extensions/Buttons/buttons.bootstrap.scss