You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
392 B
19 lines
392 B
@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; |
|
}
|
|
|