mirror of https://github.com/xwiki-labs/cryptpad
fix a button style regression related to shared folder password change
This commit is contained in:
parent
240b6054fd
commit
33fd8a47bd
|
@ -4785,7 +4785,7 @@ define([
|
|||
placeholder: Messages.settings_changePasswordNew,
|
||||
style: 'flex: 1;'
|
||||
});
|
||||
var passwordOk = h('button', Messages.properties_changePasswordButton);
|
||||
var passwordOk = h('button.btn', Messages.properties_changePasswordButton);
|
||||
var changePass = h('span.cp-password-container', [
|
||||
newPassword,
|
||||
passwordOk
|
||||
|
|
Loading…
Reference in New Issue