1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00

feat(login): allow-show-hide-password-in-login-screen EE-3885 (#7433)

* feat(login): allow show/hide password EE-3885
This commit is contained in:
Ali 2022-08-10 16:07:24 +12:00 committed by GitHub
parent b6852b5e30
commit fb3a31a4fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 45 additions and 10 deletions

View file

@ -881,3 +881,11 @@ json-tree .branch-preview {
color: var(--text-link-hover-color);
text-decoration-line: underline;
}
input[style*='background-image: url("data:image/png'] + [data-cy='auth-passwordInputToggle'] {
right: 20px;
}
input[style*='background-image: url("data:image/png'] {
padding-right: 60px;
}