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
path: root/core/css
diff options
context:
space:
mode:
authorJan C. Borchardt <hey@jancborchardt.net>2021-04-12 15:58:26 +0300
committerJan C. Borchardt <hey@jancborchardt.net>2021-04-12 15:59:31 +0300
commitdcf044a7a6cbf08fddd3744cb953c8c6cd34f0f5 (patch)
tree2faa518508526a56ca51bed3b83d8155e685d88f /core/css
parent4be2e1601e80a09aebac57eabb0aaf60e744362e (diff)
Fix password visibility toggle alt text and hover/focus feedback
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core/css')
-rw-r--r--core/css/guest.css10
1 files changed, 8 insertions, 2 deletions
diff --git a/core/css/guest.css b/core/css/guest.css
index 340d3954c95..b072786f663 100644
--- a/core/css/guest.css
+++ b/core/css/guest.css
@@ -285,8 +285,14 @@ input[type='password'].password-with-toggle, input[type='text'].password-with-to
}
.toggle-password {
position: absolute;
- top: 17px;
- right: 20px;
+ top: 1px;
+ right: 5px;
+ padding: 14px;
+ height: 16px;
+}
+.toggle-password:hover,
+.toggle-password:focus {
+ opacity: .6;
}
input.login {
width: 260px;