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:
parent
40338571fa
commit
217dd9c95e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user