diff options
author | Felix A. Epp <work@felixepp.de> | 2017-01-22 22:16:12 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-04-25 00:22:01 +0200 |
commit | c51c41b2af25d888dcc2276d50a4848519eddb92 (patch) | |
tree | 390660b55d676d709d5a872df2e0564ee126a8e4 /settings/templates/apps.php | |
parent | 8496b36f0ac046e2df5384b81cd7242c0c518860 (diff) | |
download | nextcloud-server-c51c41b2af25d888dcc2276d50a4848519eddb92.tar.gz nextcloud-server-c51c41b2af25d888dcc2276d50a4848519eddb92.zip |
Fix app-icon opacity and positioing
Signed-off-by: Felix A. Epp <work@felixepp.de>
Diffstat (limited to 'settings/templates/apps.php')
-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 f8f065a7f64..652dc38557d 100644 --- a/settings/templates/apps.php +++ b/settings/templates/apps.php @@ -32,7 +32,7 @@ script( <script id="app-template-installed" type="text/x-handlebars"> <div class="section" id="app-{{id}}"> - <div class="app-image app-image-icon hidden"></div> + <div class="app-image app-image-icon"></div> <h2 class="app-name"> {{#if detailpage}} <a href="{{detailpage}}" target="_blank" rel="noreferrer">{{name}}</a> |