Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-02-26 15:02:07 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-02-26 15:02:07 +0300
commitda2aafa5cfa4d6e331b299fe866766f6021392fa (patch)
treec00bcd21923a53af18662cf14ef0354170311ac0 /apps/files_external/templates
parentdab83c4a494f3c87200b086fceff364d16e85864 (diff)
Fixed icons padding
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files_external/templates')
-rw-r--r--apps/files_external/templates/settings.php13
1 files changed, 3 insertions, 10 deletions
diff --git a/apps/files_external/templates/settings.php b/apps/files_external/templates/settings.php
index 1fb3245c6d6..b6bce5b30ba 100644
--- a/apps/files_external/templates/settings.php
+++ b/apps/files_external/templates/settings.php
@@ -143,21 +143,14 @@
</td>
<?php endif; ?>
<td class="mountOptionsToggle hidden">
- <div class="icon-settings" title="<?php p($l->t('Advanced settings')); ?>"></div>
+ <div class="icon-settings-dark" title="<?php p($l->t('Advanced settings')); ?>"></div>
<input type="hidden" class="mountOptions" value="" />
</td>
<td class="remove hidden">
- <img class="svg"
- alt="<?php p($l->t('Delete')); ?>"
- title="<?php p($l->t('Delete')); ?>"
- src="<?php print_unescaped(image_path('core', 'actions/delete.svg')); ?>"
- />
+ <div class="icon-delete" title="<?php p($l->t('Delete')); ?>"></div>
</td>
<td class="save hidden">
- <img alt="<?php p($l->t('Save')); ?>"
- title="<?php p($l->t('Save')); ?>"
- src="<?php print_unescaped(image_path('core', 'actions/checkmark.svg')); ?>"
- />
+ <div class="icon-checkmark" title="<?php p($l->t('Save')); ?>"></div>
</td>
</tr>
</tbody>