mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-19 02:50:53 +01:00
btn-default doesnt exist anymore
This commit is contained in:
@@ -19,7 +19,7 @@ define('accounts/invite', ['api', 'benchpress', 'bootbox', 'alerts'], function (
|
||||
buttons: {
|
||||
cancel: {
|
||||
label: `[[${isACP() ? 'admin/manage/users:alerts.button-cancel' : 'modules:bootbox.cancel'}]]`,
|
||||
className: 'btn-default',
|
||||
className: 'btn-light',
|
||||
},
|
||||
invite: {
|
||||
label: `[[${isACP() ? 'admin/manage/users:invite' : 'users:invite'}]]`,
|
||||
|
||||
@@ -252,7 +252,7 @@ define('iconSelect', ['benchpress', 'bootbox'], function (Benchpress, bootbox) {
|
||||
buttons: {
|
||||
noIcon: {
|
||||
label: 'No Icon',
|
||||
className: 'btn-default',
|
||||
className: 'btn-light',
|
||||
callback: function () {
|
||||
el.removeClass(selected.icon);
|
||||
for (const style of selected.styles) {
|
||||
|
||||
Reference in New Issue
Block a user