1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +01:00

Fix label size for edit label

This commit is contained in:
Frankie 2016-06-06 03:30:26 -04:00
parent 40338571fa
commit 217dd9c95e

View File

@ -352,19 +352,15 @@ input.large-input {
.account-detail-section {
}
.editing-label{
/* visibility: hidden;
border-color: #F7861C;
border-style: solid;
border-width: 1px;*/
}
.edit-text {
height: 15px;
visibility: hidden;
}
.editing-label {
cursor: text;
width: 60px;
height: 40px;
height: 20px;
position: absolute;
text-align: right;
font-size: small;