Fix email verification cursor thing properly

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2017-04-26 14:22:22 +02:00 committed by Morris Jobke
parent 27b676b680
commit ee61570acc
No known key found for this signature in database
GPG Key ID: 9CE5ED29E7FCD38A
1 changed files with 4 additions and 1 deletions

View File

@ -145,10 +145,13 @@ input#openid, input#webdav { width:20em; }
padding: 12px 6px;
float: right;
}
#personal-settings-container .verify,
#personal-settings-container .verify-action {
cursor: pointer;
}
#emailform .verify {
cursor: initial;
}
.verification-dialog {
display: none;
right: -9px;