Passphrase based key backups

Add passphrase support to backup creation stage
This commit is contained in:
David Baker 2018-11-20 13:11:58 +00:00
parent 6d6e6b5a4e
commit fbab8ceeef
5 changed files with 316 additions and 77 deletions

View file

@ -262,6 +262,11 @@ textarea {
opacity: 0.7;
}
.mx_linkButton {
cursor: pointer;
color: $accent-color;
}
.mx_Dialog_title {
min-height: 16px;
padding-top: 40px;