diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php index b576253f4f0f324cd83d2a8602ed4c0e229bd1e8..c4a15c5fa61b68d6418870d8ccfc928855154c7f 100644 --- a/apps/files/templates/index.php +++ b/apps/files/templates/index.php @@ -6,9 +6,9 @@ <div id="new" class="button"> <a><?php p($l->t('New'));?></a> <ul> - <li style="background-image:url('<?php p(OCP\mimetype_icon('text/plain')) ?>')" + <li style="background-image:url('<?php p(OCP\mimetype_icon('text/plain')) ?>');background-size: 16px 16px;" data-type='file'><p><?php p($l->t('Text file'));?></p></li> - <li style="background-image:url('<?php p(OCP\mimetype_icon('dir')) ?>')" + <li style="background-image:url('<?php p(OCP\mimetype_icon('dir')) ?>');background-size: 16px 16px;" data-type='folder'><p><?php p($l->t('Folder'));?></p></li> <li style="background-image:url('<?php p(OCP\image_path('core', 'actions/public.png')) ?>')" data-type='web'><p><?php p($l->t('From link'));?></p></li>