diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2017-01-23 15:40:54 +0100 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2017-01-23 15:40:54 +0100 |
commit | 927f04418d4d29eed3885bbc078867477650c01f (patch) | |
tree | acd0449e59def48be6b4da75deba8580ea325440 /settings/templates | |
parent | 82bfe3b47948ccb8db48790b88a2ccbb3d1a4ee5 (diff) | |
download | nextcloud-server-927f04418d4d29eed3885bbc078867477650c01f.tar.gz nextcloud-server-927f04418d4d29eed3885bbc078867477650c01f.zip |
Add class
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'settings/templates')
-rw-r--r-- | settings/templates/apps.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/apps.php b/settings/templates/apps.php index 438b25b5e14..80689237e60 100644 --- a/settings/templates/apps.php +++ b/settings/templates/apps.php @@ -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> |