dojox
Version:
Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.
20 lines (18 loc) • 508 B
CSS
@import url("../common/transitions/coverv.css");
@import url("../common/transitions/revealv.css");
/* dojox.mobile.Overlay */
.mblOverlay {
position: fixed;
z-index: 2000;
left: 0;
bottom: 0;
margin: 0;
width: 100%;
text-align: -webkit-center;
background-image: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#cecece));
background-image: linear-gradient(to bottom, #fdfdfd 0%, #cecece 100%);
}
.mblOverlayHidden *,
.mblOverlayHidden {
visibility: hidden ;
}