Add class

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2017-01-23 15:40:54 +01:00
parent 82bfe3b479
commit 927f04418d
No known key found for this signature in database
GPG key ID: FB5ACEED51955BF8
2 changed files with 2 additions and 2 deletions

View file

@ -492,7 +492,7 @@ input.userFilter {width: 200px;}
/* APPS */
#app-content > svg {
#app-content > svg.app-filter {
float: left;
height: 0;
width: 0;

View file

@ -150,7 +150,7 @@ script(
</ul>
</div>
<div id="app-content">
<svg>
<svg class="app-filter">
<defs><filter id="invertIcon"><feColorMatrix in="SourceGraphic" type="matrix" values="-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0"></feColorMatrix></filter></defs>
</svg>
<div id="apps-list" class="icon-loading"></div>