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.
23 lines
505 B
23 lines
505 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; |
|
position: fixed !important; |
|
top: 0px !important; |
|
background-color: #1f1f1f; |
|
background-image: none; |
|
padding: 12px 10px 12px 15px; |
|
width: calc(100% - 15px); |
|
} |
|
.mblOverlayHidden *, |
|
.mblOverlayHidden { |
|
visibility: hidden !important; |
|
}
|
|
|