mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
add preloaders for menu icons
This commit is contained in:
parent
8264be470b
commit
2b52366684
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ form { display: inline; }
|
|||
/* preload images */
|
||||
body::after {
|
||||
position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
|
||||
content:url(images/logo-loading.gif);
|
||||
content:url(images/logo-loading.gif) url(images/checkmark.svg) url(images/arr-right.svg) url(images/closetag.svg) url(images/rss.svg) url(images/rss-disabled.svg);
|
||||
}
|
||||
|
||||
h3.page-title { margin:0; border-bottom:2px solid var(--color-content-delimiter); margin-bottom:10px; padding:0.6rem 0; font-size:1.1rem; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue