form.js: use CSS .btn class for drag handles
[oweals/luci.git] / 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'
                                }, '☰')
                        ]);