mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +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 {
|
.account-detail-section {
|
||||||
|
|
||||||
}
|
}
|
||||||
.editing-label{
|
|
||||||
/* visibility: hidden;
|
|
||||||
border-color: #F7861C;
|
|
||||||
border-style: solid;
|
|
||||||
border-width: 1px;*/
|
|
||||||
|
|
||||||
}
|
|
||||||
.edit-text {
|
.edit-text {
|
||||||
|
height: 15px;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
.editing-label {
|
.editing-label {
|
||||||
|
cursor: text;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 40px;
|
height: 20px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user