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

de.swm.commons.mobile.client.theme.bright.css.page.css Maven / Gradle / Ivy

@if swmmobile.css pretty {
	@external page, android, iOS, desktop;	
}

.page {
	position:relative;
	z-index: 0;
	display: \-webkit-box;
	\-webkit-box-orient: vertical;
	height: 100%;
	width: 100%;
	overflow:hidden;
	background: #d4d9d5;
}

.android * {
	\-webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
}

.iOS {
}

.desktop {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy