form.js: use CSS .btn class for drag handles
authorJo-Philipp Wich <jo@mein.io>
Mon, 23 Mar 2020 20:47:35 +0000 (21:47 +0100)
committerJo-Philipp Wich <jo@mein.io>
Thu, 7 May 2020 17:40:49 +0000 (19:40 +0200)
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit 5d8970d76c7b2dcb415e849553dc09fc58d611c5)

modules/luci-base/htdocs/luci-static/resources/form.js

index 07142b564095d6c05f9074d21724525702c39eac..69793ee55432bde24b52c84617dc565ef7a43b82 100644 (file)
@@ -1203,7 +1203,7 @@ var CBITableSection = CBITypedSection.extend({
                        dom.append(tdEl.lastElementChild, [
                                E('div', {
                                        'title': _('Drag to reorder'),
-                                       'class': 'cbi-button drag-handle center',
+                                       'class': 'btn cbi-button drag-handle center',
                                        'style': 'cursor:move'
                                }, '☰')
                        ]);