de.swm.commons.mobile.client.theme.base.css.page.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swm-mobile Show documentation
Show all versions of swm-mobile Show documentation
GWT Bibliothek fuer Mobile Plattformen der SWM
@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: #333;
display: -ms-flexbox;
-ms-flex-direction: column;
}
.page * {
-webkit-touch-callout: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-text-size-adjust: none;
}
.android {
}
.iOS {
}
.desktop {
}