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=5d8970d76c7b2dcb415e849553dc09fc58d611c5;p=oweals%2Fluci.git form.js: use CSS .btn class for drag handles Signed-off-by: Jo-Philipp Wich --- diff --git a/modules/luci-base/htdocs/luci-static/resources/form.js b/modules/luci-base/htdocs/luci-static/resources/form.js index 9c59c650a..b3133a8d3 100644 --- a/modules/luci-base/htdocs/luci-static/resources/form.js +++ b/modules/luci-base/htdocs/luci-static/resources/form.js @@ -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' }, '☰') ]);