diff --git a/frappe/templates/styles/card_style.css b/frappe/templates/styles/card_style.css index d400347e6d..7e843cc0de 100644 --- a/frappe/templates/styles/card_style.css +++ b/frappe/templates/styles/card_style.css @@ -90,3 +90,26 @@ button#update { max-width: 100%; vertical-align: middle; } +.field-icon { + left: 9px; + top: 5px; + position: absolute; + z-index: 2; + fill: var(--text-light); +} +.password-field { + position: relative; + + input { + padding-left: 35px; + } + + .toggle-password { + right: 9px; + top: 5px; + position: absolute; + z-index: 2; + cursor: pointer; + font-size: 12px; + } +} diff --git a/frappe/www/update-password.html b/frappe/www/update-password.html index bd13302bca..604c111bbc 100644 --- a/frappe/www/update-password.html +++ b/frappe/www/update-password.html @@ -35,17 +35,30 @@