mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Add 'customize' text to gas input.
This commit is contained in:
parent
4076496c8e
commit
d990a8eb86
@ -45,6 +45,7 @@
|
|||||||
|
|
||||||
.send-screen-input-wrapper {
|
.send-screen-input-wrapper {
|
||||||
width: 95%;
|
width: 95%;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.send-screen-input {
|
.send-screen-input {
|
||||||
@ -70,4 +71,13 @@
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
||||||
.send-screen-bolt-icon {}
|
.send-screen-bolt-icon {}
|
||||||
|
|
||||||
|
.send-screen-gas-input-customize {
|
||||||
|
position: absolute;
|
||||||
|
top: 30px;
|
||||||
|
right: 18px;
|
||||||
|
color: #3098DC;
|
||||||
|
font-size: 12px;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
@ -216,6 +216,10 @@ SendTransactionScreen.prototype.render = function () {
|
|||||||
placeholder: '0',
|
placeholder: '0',
|
||||||
}, []),
|
}, []),
|
||||||
|
|
||||||
|
h('div.send-screen-gas-input-customize', {}, [
|
||||||
|
'Customize'
|
||||||
|
]),
|
||||||
|
|
||||||
]),
|
]),
|
||||||
|
|
||||||
h('div.send-screen-input-wrapper', {}, [
|
h('div.send-screen-input-wrapper', {}, [
|
||||||
|
Loading…
Reference in New Issue
Block a user