diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2019-01-25 12:00:16 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2019-02-22 12:54:28 +0100 |
commit | d1ba0d52abc434d7a444068319ffa9b115d03eb8 (patch) | |
tree | 30de5024f06aeb99e00d4672b1c40e29fcb09866 /settings | |
parent | 7c68e0eae7d378d73aa05361efbba835890c45c2 (diff) | |
download | nextcloud-server-d1ba0d52abc434d7a444068319ffa9b115d03eb8.tar.gz nextcloud-server-d1ba0d52abc434d7a444068319ffa9b115d03eb8.zip |
Keyboard focus and mouse hover feedback for 'Show password' toggle
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'settings')
-rw-r--r-- | settings/templates/settings/personal/security.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/settings/personal/security.php b/settings/templates/settings/personal/security.php index ab69f36a00f..f3edec0c18c 100644 --- a/settings/templates/settings/personal/security.php +++ b/settings/templates/settings/personal/security.php @@ -52,7 +52,7 @@ if($_['passwordChangeSupported']) { placeholder="<?php p($l->t('New password')); ?>" data-typetoggle="#personal-show" autocomplete="off" autocapitalize="none" autocorrect="off" /> - <input type="checkbox" id="personal-show" name="show" /><label for="personal-show" class="personal-show-label"></label> + <input type="checkbox" id="personal-show" class="hidden-visually" name="show" /><label for="personal-show" class="personal-show-label"></label> </div> <input id="passwordbutton" type="submit" value="<?php p($l->t('Change password')); ?>" /> |