mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Merge pull request #3940 from nyatla/master
Small layout and cursor problem fix.
This commit is contained in:
commit
66ae4a948a
@ -36,6 +36,7 @@
|
|||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
line-height: 21px;
|
line-height: 21px;
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
|
cursor:pointer;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -139,7 +139,7 @@
|
|||||||
|
|
||||||
.network-dropdown-title {
|
.network-dropdown-title {
|
||||||
height: 25px;
|
height: 25px;
|
||||||
width: 75px;
|
width: 120px;
|
||||||
color: $white;
|
color: $white;
|
||||||
font-family: Roboto;
|
font-family: Roboto;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
|
@ -789,6 +789,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
padding: 0 3px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user