de.swm.commons.mobile.client.theme.bright.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: #d4d9d5;
}
.android * {
\-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.iOS {
}
.desktop {
}