luci-base: add missing css class cbi-button to ui.js
authorFlorian Eckert <fe@dev.tdt.de>
Fri, 7 Jun 2024 10:07:41 +0000 (12:07 +0200)
committerFlorian Eckert <fe@dev.tdt.de>
Fri, 7 Jun 2024 11:33:00 +0000 (13:33 +0200)
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
modules/luci-base/htdocs/luci-static/resources/ui.js

index 9050b10521ff7879164d6a19ca891835688917e4..20649e0f8aabc9361e32e84aefa63e99ca137c67 100644 (file)
@@ -4735,7 +4735,7 @@ var UI = baseclass.extend(/** @lends LuCI.ui.prototype */ {
                                                E('p', _('Choose how to apply changes:')),
                                                E('div', { 'class': 'right' }, [
                                                        E('button', {
-                                                               'class': 'btn',
+                                                               'class': 'btn cbi-button',
                                                                'click': rejectFn,
                                                        }, [ _('Cancel') ]), ' ',
                                                        E('button', {