diff --git a/app/styles/etherwallet-custom.less b/app/styles/etherwallet-custom.less index 6dff3a2e9d..a5019d9848 100644 --- a/app/styles/etherwallet-custom.less +++ b/app/styles/etherwallet-custom.less @@ -308,10 +308,18 @@ input[type="password"]+.eye { float: left; font-weight: 500; user-select: none; - padding: .25rem; - margin: .25rem -30px; + padding: 0; + margin: 5px -30px; font-size: 1.6rem; - line-height: 1.6; + font-family: sans-serif; + line-height: 0.65; + display: inline-block; + width: 25px; + height: 25px; + text-align: center; + border: 1px solid #ddd; + color: #c3c3c3; + border-radius: 5px; } }