summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorPhie <phie@phie.ovh>2019-06-05 14:41:59 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2019-07-09 10:54:21 +0200
commit8fa2d70e9e9c238926f8683577beb88257cb3678 (patch)
treec2b25c5fdb0b10bad596656bf256378085d62692 /core/css
parent6fed189a13c71fc52762e41105b9f7164b68f090 (diff)
downloadnextcloud-server-8fa2d70e9e9c238926f8683577beb88257cb3678.tar.gz
nextcloud-server-8fa2d70e9e9c238926f8683577beb88257cb3678.zip
adding toggle password to be able to see it
Signed-off-by: Phie <phie@phie.ovh>
Diffstat (limited to 'core/css')
-rw-r--r--core/css/guest.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/core/css/guest.css b/core/css/guest.css
index 75fc2d93ea8..4d7df8b8996 100644
--- a/core/css/guest.css
+++ b/core/css/guest.css
@@ -228,6 +228,15 @@ input[type='email'] {
border: none;
font-weight: normal;
}
+input[type='password'].password-with-toggle, input[type='text'].password-with-toggle {
+ width: 219px;
+ padding-right: 40px;
+}
+.toggle-password {
+ position: absolute;
+ top: 17px;
+ right: 20px;
+}
input.login {
width: 260px;
height: 50px;