Overlay.css 602 B

123456789101112131415161718
  1. @import url("../common/transitions/coverv.css");
  2. @import url("../common/transitions/revealv.css");
  3. /* dojox.mobile.Overlay */
  4. .mblOverlay {
  5. position: fixed;
  6. z-index: 2000;
  7. left: 0;
  8. bottom: 0;
  9. margin: 0;
  10. width: 100%;
  11. text-align: -webkit-center;
  12. background-color: #eff1f3;
  13. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(3.3333333333333335%, rgba(255, 255, 255, 0.1)), color-stop(0.5, rgba(255, 255, 255, 0.6)), color-stop(1, rgba(255, 255, 255, 0.3)));
  14. }
  15. .mblOverlayHidden *, .mblOverlayHidden {
  16. visibility: hidden !important;
  17. }