mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-23 04:29:21 +00:00
Updated waitsplashscreen stylesheet
This commit is contained in:
parent
dd900eb59d
commit
1f7a81aa12
@ -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%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user