1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-22 17:33:23 +01:00

ui - redesign - send

This commit is contained in:
kumavis 2016-05-13 17:09:34 -07:00
parent 82504ae965
commit d6a8b0b90a

View File

@ -75,7 +75,10 @@ SendTransactionScreen.prototype.render = function() {
h('section.data', [
h('details', [
h('summary', {
style: {cursor: 'pointer'},
style: {
cursor: 'pointer',
outline: 'none',
},
}, 'Advanced'),
h('textarea.txData', {
type: 'textarea',