From: Jo-Philipp Wich Date: Mon, 23 Mar 2020 20:47:35 +0000 (+0100) Subject: form.js: use CSS .btn class for drag handles X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=581ce6d116ade634b2fbed652c120503956861b2;p=oweals%2Fluci.git form.js: use CSS .btn class for drag handles Signed-off-by: Jo-Philipp Wich (cherry picked from commit 5d8970d76c7b2dcb415e849553dc09fc58d611c5) --- 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' }, '☰') ]);