Updated waitsplashscreen stylesheet

This commit is contained in:
Pierre 2017-06-07 16:54:05 +02:00
parent dd900eb59d
commit 1f7a81aa12

View File

@ -18,15 +18,17 @@
* Transparent wait splash screen * Transparent wait splash screen
*/ */
.transparentWaitSplashScreen { .transparentWaitSplashScreen {
position: fixed;
width: 100%;
height: 100%;
top: 0px;
background-color: #0C0C0C; background-color: #0C0C0C;
z-index: 500; z-index: 1100;
text-align: center; text-align: center;
opacity: 0.5; opacity: 0.5;
padding-top: 30%; padding-top: 30%;
position: absolute;
top: 0%;
left: 0%;
display: block;
width: 100%;
height: 100%;
} }
/** /**