diff --git a/app/assets/css/app.css b/app/assets/css/app.css index f56036ede..62a96a09a 100644 --- a/app/assets/css/app.css +++ b/app/assets/css/app.css @@ -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; +} diff --git a/app/portainer/views/auth/auth.html b/app/portainer/views/auth/auth.html index 53072e74c..5a39fcaf2 100644 --- a/app/portainer/views/auth/auth.html +++ b/app/portainer/views/auth/auth.html @@ -70,18 +70,33 @@