Installation: Fix focus of database password toggle
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
97ad80524f
commit
d9ecc4d570
1 changed files with 2 additions and 2 deletions
|
@ -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'] {
|
||||
|
|
Loading…
Reference in a new issue