diff options
Diffstat (limited to 'settings')
-rw-r--r-- | settings/css/settings.css | 5 | ||||
-rw-r--r-- | settings/js/apps.js | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index 8fe4ae8bebe..103dcf26a71 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -766,6 +766,11 @@ form.section { height: 20px; } +#apps-list .app-image-icon svg { + opacity: .3; + margin-top: 50px; +} + .installed .actions { text-align: right; } diff --git a/settings/js/apps.js b/settings/js/apps.js index c8001822083..b016d7c07d0 100644 --- a/settings/js/apps.js +++ b/settings/js/apps.js @@ -183,7 +183,7 @@ OC.Settings.Apps = OC.Settings.Apps || { app.firstExperimental = firstExperimental; if (!app.preview) { - app.preview = OC.imagePath('core', 'default-app-icon'); + app.preview = OC.imagePath('core', 'filetypes/image'); app.previewAsIcon = true; } |