mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
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
Block a user