mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-08 07:48:02 +08:00
412d69ce75
The UserBackground is now handled with CSS3 on body.thm-body This allowed me to remove the #rl-bg so that the "video-on-login-screen" plugin will not work indefinitely.
23 lines
672 B
HTML
23 lines
672 B
HTML
<div id="rl-loading" class="thm-loading" style="opacity:0">
|
|
<div id="rl-loading-desc"></div>
|
|
<div class="e-spinner">
|
|
<div class="e-bounce bounce1"></div>
|
|
<div class="e-bounce bounce2"></div>
|
|
<div class="e-bounce bounce3"></div>
|
|
</div>
|
|
</div>
|
|
<div id="rl-loading-error" class="thm-loading">
|
|
An error occurred. <br /> Please refresh the page and try again.
|
|
<div id="rl-loading-error-additional"></div>
|
|
</div>
|
|
<div id="rl-content">
|
|
<div id="rl-popups"></div>
|
|
<div id="rl-center">
|
|
<div id="rl-top"></div>
|
|
<div id="rl-left"></div>
|
|
<div id="rl-right"></div>
|
|
<div id="rl-bottom"></div>
|
|
</div>
|
|
</div>
|
|
<div id="rl-templates"></div>
|
|
<div id="rl-hidden"></div>
|