diff options
-rw-r--r-- | settings/css/settings.css | 2 | ||||
-rw-r--r-- | settings/templates/apps.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index 0c8dd83a159..9ac71fd85a0 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -492,7 +492,7 @@ input.userFilter {width: 200px;} /* APPS */ -#app-content > svg { +#app-content > svg.app-filter { float: left; height: 0; width: 0; 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> |