Unverified Commit 5ae7768e authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #1475 from ethereum/variousFixes

Various minor fixes
parents e6918e3f 56f85b88
......@@ -372,6 +372,8 @@ function contractDropdown (events, self) {
if (noInstancesText.parentNode) { noInstancesText.parentNode.removeChild(noInstancesText) }
var address = isVM ? txResult.result.createdAddress : txResult.result.contractAddress
instanceContainer.appendChild(self._deps.udappUI.renderInstance(selectedContract.contract.object, address, selectContractNames.value))
} else {
self._deps.logCallback(`creation of ${selectedContract.name} errored: ${error}`)
}
})
}
......
......@@ -14,6 +14,7 @@ var css = csjs`
overflow: auto; /* Enable scroll if needed */
background-color: ${styles.colors.black}; /* Fallback color */
background-color: ${styles.colors.opacityBlack}; /* Black w/ opacity */
word-wrap: break-word;
}
.modalHeader {
padding: 2px 16px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment