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>
Mon, 23 Mar 2020 20:47:35 +0000 (21:47 +0100)
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
modules/luci-base/htdocs/luci-static/resources/form.js

index 9c59c650a38eb63cf18fc7d74d022406b8b2519d..b3133a8d317e91e969fd43f8253c81e31f64dd66 100644 (file)
@@ -1201,7 +1201,7 @@ var CBITableSection = CBITypedSection.extend({
                        L.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'
                                }, '☰')
                        ]);