update universal-dapp

pull/3094/head
Rob Stupay 7 years ago
parent 55dc5236eb
commit 044ec78bf0
  1. 26
      src/universal-dapp.js

@ -100,22 +100,6 @@ var css = csjs`
width: 75%;
padding: .36em;
}
// .call {
// background-color: ${styles.colors.lightRed};
// border-color: ${styles.colors.lightRed};
// }
// .constant .call {
// background-color: ${styles.colors.lightBlue};
// border-color: ${styles.colors.lightBlue};
// width: 25%;
// outline: none;
// }
// .payable .call {
// background-color: ${styles.colors.red};
// border-color: ${styles.colors.red};
// width: 25%;
// }
.contractProperty button {
${styles.rightPanel.runTab.button_Create}
min-width: 100px;
@ -139,16 +123,6 @@ var css = csjs`
outline: none;
width: inherit;
}
.call {
background-color: ${styles.colors.blueFairyDust};
border-color: ${styles.colors.blueFairyDust};
}
.constant .call {
background-color: ${styles.colors.greenZing};
width: 25%;
outline: none;
width: inherit;
}
.contractProperty input {
display: none;
}

Loading…
Cancel
Save