summaryrefslogtreecommitdiffhomepage
path: root/modules
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2020-03-23 21:47:35 +0100
committerJo-Philipp Wich <jo@mein.io>2020-03-23 21:47:35 +0100
commit5d8970d76c7b2dcb415e849553dc09fc58d611c5 (patch)
tree0047fc27428efee1ff4c740865903be7dc96873f /modules
parent04b62708f574204ebd0bb7cb4f4546ecdcb4b6ff (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.js2
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'
}, '☰')
]);