projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04b6270
)
form.js: use CSS .btn class for drag handles
author
Jo-Philipp Wich
<jo@mein.io>
Mon, 23 Mar 2020 20:47:35 +0000
(21:47 +0100)
committer
Jo-Philipp Wich
<jo@mein.io>
Mon, 23 Mar 2020 20:47:35 +0000
(21:47 +0100)
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
modules/luci-base/htdocs/luci-static/resources/form.js
patch
|
blob
|
history
diff --git
a/modules/luci-base/htdocs/luci-static/resources/form.js
b/modules/luci-base/htdocs/luci-static/resources/form.js
index 9c59c650a38eb63cf18fc7d74d022406b8b2519d..b3133a8d317e91e969fd43f8253c81e31f64dd66 100644
(file)
--- 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'
}, '☰')
]);