Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

Commit

Permalink
fixed collapse-button style
Browse files Browse the repository at this point in the history
  • Loading branch information
hackmod committed Jun 29, 2018
1 parent e3e8742 commit f8cb977
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions app/styles/etherwallet-custom.less
Original file line number Diff line number Diff line change
Expand Up @@ -308,10 +308,17 @@ 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;
line-height: 0.95;
display: inline-block;
width: 25px;
height: 25px;
text-align: center;
border: 1px solid #ddd;
color: #c3c3c3;
border-radius: 5px;
}
}

Expand Down

0 comments on commit f8cb977

Please sign in to comment.