Sha256: 510c66fb0bee88f698bd230939abeb82bf0a2f762e011bbe99b5e4975164fee0

Contents?: true

Size: 1.14 KB

Versions: 5

Compression:

Stored size: 1.14 KB

Contents

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

ul.dt-buttons {
	li {
		margin: 0;
	}

	li.active a {
		box-shadow: inset 0 0 10px rgba(0,0,0,.6);
	}
}

ul.dt-buttons.button-group a {
	margin-bottom: 0; // Foundation has a -2px margin, but that causes the
	                  // active class to look wrong
}

ul.dt-button-collection.f-dropdown {
	@include dtb-fixed-collection();

	&.fixed {
		max-width: none;

		&:before,
		&:after {
			display: none;
		}
	}
}

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

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

		li {
			float: none;
		}
	}
}


// Foundation 6
div.button-group.stacked.dropdown-pane {
	margin-top: 2px;
	padding: 1px;
	z-index: 89;

	a.button {
		margin-bottom: 1px;
		border-right: none;

		&:last-child {
			margin-bottom: 0;
		}
	}
}

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

		color: rgba( 255, 255, 255, 0.2 );
		border-top-color: white;
		border-bottom-color: white;
	}
}

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.foundation.scss
jquery-datatables-1.10.19 app/assets/stylesheets/datatables/extensions/Buttons/buttons.foundation.scss
jquery-datatables-1.10.18 app/assets/stylesheets/datatables/extensions/Buttons/buttons.foundation.scss
jquery-datatables-1.10.17 app/assets/stylesheets/datatables/extensions/Buttons/buttons.foundation.scss
jquery-datatables-1.10.16 app/assets/stylesheets/datatables/extensions/Buttons/buttons.foundation.scss