summaryrefslogtreecommitdiffstats
path: root/apps/files/templates
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2012-12-13 19:04:27 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2012-12-13 19:04:27 +0100
commit316a29f7ac09d71cfedc4bea5be892b56e27433f (patch)
tree1d0283e584a9d866629886c13535ae5cc16a5e68 /apps/files/templates
parent77c16b293377d40668dd8aa7af1fe93757dc8d46 (diff)
downloadnextcloud-server-316a29f7ac09d71cfedc4bea5be892b56e27433f.tar.gz
nextcloud-server-316a29f7ac09d71cfedc4bea5be892b56e27433f.zip
fix new button popup looking blurry
Diffstat (limited to 'apps/files/templates')
-rw-r--r--apps/files/templates/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php
index bd34c9a76d9..edf048c7e13 100644
--- a/apps/files/templates/index.php
+++ b/apps/files/templates/index.php
@@ -5,7 +5,7 @@
<div class="actions <?php if (isset($_['files']) and count($_['files'])==0):?>emptyfolder<?php endif; ?>">
<div id="new" class="button">
<a><?php echo $l->t('New');?></a>
- <ul class="popup popupTop">
+ <ul>
<li style="background-image:url('<?php echo OCP\mimetype_icon('text/plain') ?>')"
data-type='file'><p><?php echo $l->t('Text file');?></p></li>
<li style="background-image:url('<?php echo OCP\mimetype_icon('dir') ?>')"