summaryrefslogtreecommitdiffstats
path: root/apps/files/js/fileactionsmenu.js
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2015-08-06 10:58:59 +0200
committerVincent Petry <pvince81@owncloud.com>2015-08-10 14:12:34 +0200
commitb142fbe6d731e761d0098c0e41e42396ee23e24c (patch)
treea85f214c9de4d0c8f4ff9debcad66635e4302ef4 /apps/files/js/fileactionsmenu.js
parent9454e9043a7b18108f14a00d6ab8afa62fb894af (diff)
downloadnextcloud-server-b142fbe6d731e761d0098c0e41e42396ee23e24c.tar.gz
nextcloud-server-b142fbe6d731e761d0098c0e41e42396ee23e24c.zip
Added bubble style, applied to file actions menu
Diffstat (limited to 'apps/files/js/fileactionsmenu.js')
-rw-r--r--apps/files/js/fileactionsmenu.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/js/fileactionsmenu.js b/apps/files/js/fileactionsmenu.js
index 1795fdeab11..0cc08a1ec90 100644
--- a/apps/files/js/fileactionsmenu.js
+++ b/apps/files/js/fileactionsmenu.js
@@ -43,7 +43,7 @@
* @private
*/
initialize: function() {
- this.$el = $('<div class="fileActionsMenu dropdown hidden menu"></div>');
+ this.$el = $('<div class="fileActionsMenu bubble hidden open menu"></div>');
this._template = Handlebars.compile(TEMPLATE_MENU);
this.$el.on('click', 'a.action', _.bind(this._onClickAction, this));