From 581ce6d116ade634b2fbed652c120503956861b2 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 23 Mar 2020 21:47:35 +0100 Subject: [PATCH] form.js: use CSS .btn class for drag handles Signed-off-by: Jo-Philipp Wich (cherry picked from commit 5d8970d76c7b2dcb415e849553dc09fc58d611c5) --- modules/luci-base/htdocs/luci-static/resources/form.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/luci-base/htdocs/luci-static/resources/form.js b/modules/luci-base/htdocs/luci-static/resources/form.js index 07142b564..69793ee55 100644 --- a/modules/luci-base/htdocs/luci-static/resources/form.js +++ b/modules/luci-base/htdocs/luci-static/resources/form.js @@ -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' }, '☰') ]); -- 2.25.1