form.js: use CSS .btn class for drag handles
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
04b62708f5
commit
5d8970d76c
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
}, '☰')
|
||||
]);
|
||||
|
|
Loading…
Reference in a new issue