fix a button style regression related to shared folder password change

This commit is contained in:
ansuz 2020-07-15 14:48:18 -04:00
parent 240b6054fd
commit 33fd8a47bd
1 changed files with 1 additions and 1 deletions

View File

@ -4785,7 +4785,7 @@ define([
placeholder: Messages.settings_changePasswordNew, placeholder: Messages.settings_changePasswordNew,
style: 'flex: 1;' 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', [ var changePass = h('span.cp-password-container', [
newPassword, newPassword,
passwordOk passwordOk