mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 12:09:21 +00:00
Show dark startup splash screen
This commit is contained in:
parent
b63ace2dde
commit
152530a87e
@ -8,7 +8,8 @@
|
||||
* Full splash screen
|
||||
*/
|
||||
.waitSplashScreen {
|
||||
background-color: rgba(128, 128, 128, 0.06);
|
||||
background-color: #001F3F;
|
||||
color: white;
|
||||
padding-top: 10%;
|
||||
text-align: center;
|
||||
}
|
||||
|
@ -52,7 +52,6 @@ class SmallMediaPlayer {
|
||||
target.appendChild(video);
|
||||
}
|
||||
|
||||
|
||||
el.querySelector(".close").addEventListener("click", e => el.remove());
|
||||
el.addEventListener("click", e => el.remove());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user