mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 12:09:21 +00:00
Updated waitsplashscreen stylesheet
This commit is contained in:
parent
dd900eb59d
commit
1f7a81aa12
@ -18,15 +18,17 @@
|
||||
* Transparent wait splash screen
|
||||
*/
|
||||
.transparentWaitSplashScreen {
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0px;
|
||||
background-color: #0C0C0C;
|
||||
z-index: 500;
|
||||
z-index: 1100;
|
||||
text-align: center;
|
||||
opacity: 0.5;
|
||||
padding-top: 30%;
|
||||
position: absolute;
|
||||
top: 0%;
|
||||
left: 0%;
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user