Skip to content
This repository was archived by the owner on Feb 26, 2021. It is now read-only.

Commit 51f22c5

Browse files
Preload images.
1 parent 73c3697 commit 51f22c5

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

ui/css/ui.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1616,4 +1616,8 @@ input[type="number"] {
16161616

16171617
#claim-modal .input-group-last {
16181618
margin-bottom: 0 !important;
1619+
}
1620+
1621+
#preload {
1622+
display: none;
16191623
}

ui/index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,5 +232,13 @@ <h2 data-i18n="terms_agreements"></h2>
232232

233233
<div id="overlay"></div>
234234

235+
<div id="preload">
236+
<img src="img/user.png" />
237+
<img src="img/help.png" />
238+
<img src="img/privacy.png" />
239+
<img src="img/logout.png" />
240+
<img src="img/close.png" />
241+
</div>
242+
235243
</body>
236244
</html>

0 commit comments

Comments
 (0)