form.js: use CSS .btn class for drag handles

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
Jo-Philipp Wich 2020-03-23 21:47:35 +01:00
parent 04b62708f5
commit 5d8970d76c

View file

@ -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'
}, '☰')
]);