diff options
author | Jo-Philipp Wich <jo@mein.io> | 2020-03-23 21:47:35 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2020-03-23 21:47:35 +0100 |
commit | 5d8970d76c7b2dcb415e849553dc09fc58d611c5 (patch) | |
tree | 0047fc27428efee1ff4c740865903be7dc96873f /modules | |
parent | 04b62708f574204ebd0bb7cb4f4546ecdcb4b6ff (diff) |
form.js: use CSS .btn class for drag handles
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'modules')
-rw-r--r-- | modules/luci-base/htdocs/luci-static/resources/form.js | 2 |
1 files changed, 1 insertions, 1 deletions
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' }, '☰') ]); |