Device screen error improved.

This commit is contained in:
Gunther Brunner
2014-05-20 16:24:39 +09:00
parent 0b4e2a0b04
commit d933a65412
4 changed files with 18 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
.screen-error {
width: 100%;
background: rgba(0, 0, 0, 0.6);
position: relative;
top: 50%;
transform: translateY(-50%);
z-index: 100;
pointer-events: none; /* MUST HAVE */
}
.screen-error .nothing-to-show {
color: #eee;
}