1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00

Adjust button styles for Send Token screen

This commit is contained in:
sdtsui 2017-07-30 16:47:47 -07:00
parent 97cb25c9f1
commit a7ab69b940
2 changed files with 2 additions and 1 deletions

View File

@ -380,6 +380,7 @@ PendingTx.prototype.render = function () {
fontSize: '12px',
lineHeight: '20px',
textAlign: 'center',
borderStyle: 'none',
},
disabled: insufficientBalance || !this.state.valid || !isValidAddress || this.state.submitting,
}),

View File

@ -47,6 +47,6 @@ table {
border-spacing: 0;
}
input, button {
button {
border-style: none;
}