ui - redesign - send

feature/default_network_editable
kumavis 9 years ago
parent 82504ae965
commit d6a8b0b90a
  1. 5
      ui/app/send.js

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

Loading…
Cancel
Save