Add the file class to pads in 'template' and 'recent' categories in the drive

This commit is contained in:
yflory
2017-10-05 18:07:05 +02:00
parent ab3648a30a
commit 1c7c37c121
3 changed files with 4 additions and 4 deletions

View File

@@ -509,7 +509,7 @@ define([
var $icon = $defaultIcon.clone();
if (AppConfig.applicationsIcon && AppConfig.applicationsIcon[type]) {
var appClass = ' cp-icon-color-'+type;
var appClass = ' cp-icon cp-icon-color-'+type;
$icon = $('<span>', {'class': 'fa ' + AppConfig.applicationsIcon[type] + appClass});
}