All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.swm.commons.mobile.client.theme.bootstrap.css.indexpanel.css Maven / Gradle / Ivy

@if swmmobile.css pretty {
	@external indexedScrollPanel, indexPanel, indexHeaderListItem;	
}

.indexedScrollPanel {
	-ms-flex-align: start !important;
}

.indexPanel {
	position: absolute;
	z-index: 1;
	right: 0;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	background: rgba(1, 1, 1, 0.2);
	padding-left: 8px;
	margin-top: 4px;
	margin-right: 4px;
	\-webkit-border-radius: 8px;
	\-webkit-box-align: center;
	font-size: 0.7em;
	color: #D2D2D2;
	font-weight: bold;

	border-radius: 8px;
	/* "-ms-flex-align:center" not required */
}

.indexHeaderListItem {
    font-style: italic;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	font-size: 0.7em;
	font-weight: 400;
	color: white !important;
    background-image: literal('linear-gradient(to bottom, #26EC00 0%, #017C01 100%)') !important;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy