a few tweaks to password input. fixes #703

This commit is contained in:
Danny Coates 2018-01-19 16:53:57 -08:00
parent f7dc86ab2b
commit 48b21de011
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
3 changed files with 46 additions and 44 deletions

View file

@ -147,6 +147,7 @@ button {
pre {
font-family: monospace;
font-size: 18px;
font-weight: 600;
display: inline-block;
}
@ -698,7 +699,7 @@ tbody {
}
.selectPassword :hover .passwordOriginal {
display: block;
display: inline;
}
.selectPassword :hover .passwordStar {