summaryrefslogtreecommitdiffstats
path: root/apps/files_external
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-02-27 11:35:11 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-02-27 11:35:11 +0100
commit6b45d7e5499a4ae910e2697702c4063b6558297b (patch)
tree439a1036fefb528f79c58ddab91c7a2507c4b319 /apps/files_external
parent0f229d23f716b6cfa81fb5ec67bc97e405bceb60 (diff)
downloadnextcloud-server-6b45d7e5499a4ae910e2697702c4063b6558297b.tar.gz
nextcloud-server-6b45d7e5499a4ae910e2697702c4063b6558297b.zip
Fixed actions and header missing th
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files_external')
-rw-r--r--apps/files_external/css/settings.scss8
-rw-r--r--apps/files_external/js/settings.js6
-rw-r--r--apps/files_external/templates/settings.php1
3 files changed, 8 insertions, 7 deletions
diff --git a/apps/files_external/css/settings.scss b/apps/files_external/css/settings.scss
index 15b2691d187..09beaf12054 100644
--- a/apps/files_external/css/settings.scss
+++ b/apps/files_external/css/settings.scss
@@ -40,15 +40,15 @@ td.mountPoint, td.backend { width:160px; }
position: relative;
padding: 0 !important;
width: 44px;
- opacity: 0.5;
- &:hover {
- opacity: 1;
- }
[class^='icon-'],
[class*=' icon-'] {
+ opacity: 0.5;
padding: 14px;
vertical-align: text-bottom;
cursor: pointer;
+ &:hover {
+ opacity: 1;
+ }
}
}
}
diff --git a/apps/files_external/js/settings.js b/apps/files_external/js/settings.js
index eaaed025104..0550cb04d80 100644
--- a/apps/files_external/js/settings.js
+++ b/apps/files_external/js/settings.js
@@ -727,15 +727,15 @@ MountConfigListView.prototype = _.extend({
self.recheckStorageConfig($(this).closest('tr'));
});
- this.$el.on('click', 'td.remove>img', function() {
+ this.$el.on('click', 'td.remove>.icon-delete', function() {
self.deleteStorageConfig($(this).closest('tr'));
});
- this.$el.on('click', 'td.save>img', function () {
+ this.$el.on('click', 'td.save>.icon-checkmark', function () {
self.saveStorageConfig($(this).closest('tr'));
});
- this.$el.on('click', 'td.mountOptionsToggle>.icon-settings', function() {
+ this.$el.on('click', 'td.mountOptionsToggle>.icon-settings-dark', function() {
self._showMountOptionsDropdown($(this).closest('tr'));
});
diff --git a/apps/files_external/templates/settings.php b/apps/files_external/templates/settings.php
index b6bce5b30ba..8ceab06fd22 100644
--- a/apps/files_external/templates/settings.php
+++ b/apps/files_external/templates/settings.php
@@ -101,6 +101,7 @@
<?php if ($_['visibilityType'] === BackendService::VISIBILITY_ADMIN) print_unescaped('<th>'.$l->t('Available for').'</th>'); ?>
<th>&nbsp;</th>
<th>&nbsp;</th>
+ <th>&nbsp;</th>
</tr>
</thead>
<tbody>