Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2019-01-25 14:38:02 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-02-22 14:54:31 +0300
commitd9ecc4d5700c49361c09cd58b61205554988f919 (patch)
tree45223582d27879eec6bcb1b4da4a67e08858619a /core/css/guest.css
parent97ad80524fb1c30980c8f361b29c7d62500355fe (diff)
Installation: Fix focus of database password toggle
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core/css/guest.css')
-rw-r--r--core/css/guest.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/guest.css b/core/css/guest.css
index 39d76c5676c..c924255a55f 100644
--- a/core/css/guest.css
+++ b/core/css/guest.css
@@ -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'] {