Improve password prompt UI

This commit is contained in:
yflory
2019-11-18 10:56:24 +01:00
parent c9c19b8395
commit 2fd31e8d89
3 changed files with 51 additions and 16 deletions

View File

@@ -570,7 +570,7 @@ define([
style: 'flex: 1;'
});
var passwordOk = h('button', Messages.properties_changePasswordButton);
var changePass = h('span.cp-password-container', [
var changePass = h('span.cp-password-change-container', [
newPassword,
passwordOk
]);