Skip to content
Snippets Groups Projects
Unverified Commit d9ecc4d5 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt Committed by Roeland Jago Douma
Browse files

Installation: Fix focus of database password toggle

parent 97ad8052
No related branches found
No related tags found
No related merge requests found
......@@ -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'] {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment