blob: 0073339594899c87d432945467af6a51ba704892 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
@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-color: #000000;
background-image: none;
}
.mblOverlayHidden *, .mblOverlayHidden {
visibility: hidden !important;
}
|