Installation: Fix focus of database password toggle

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2019-01-25 12:38:02 +01:00 committed by Roeland Jago Douma
parent 97ad80524f
commit d9ecc4d570
No known key found for this signature in database
GPG key ID: F941078878347C0C

View file

@ -384,8 +384,8 @@ label.infield {
display: none;
}
/* Feedback for keyboard focus and mouse hover */
#show:focus + label, #dbpassword:focus + label, #personal-show:focus + label,
#show + label:hover, #dbpassword + label:hover, #personal-show + label:hover {
#show:focus + label, #dbpassword-toggle:focus + label, #personal-show:focus + label,
#show + label:hover, #dbpassword-toggle + label:hover, #personal-show + label:hover {
opacity: 1;
}
#pass2, input[name='personal-password-clone'] {