Commit c65e45b3 authored by Rob Stupay's avatar Rob Stupay

update universal-dapp

parent 68f5472f
...@@ -100,22 +100,6 @@ var css = csjs` ...@@ -100,22 +100,6 @@ var css = csjs`
width: 75%; width: 75%;
padding: .36em; 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 { .contractProperty button {
${styles.rightPanel.runTab.button_Create} ${styles.rightPanel.runTab.button_Create}
min-width: 100px; min-width: 100px;
...@@ -139,16 +123,6 @@ var css = csjs` ...@@ -139,16 +123,6 @@ var css = csjs`
outline: none; outline: none;
width: inherit; 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 { .contractProperty input {
display: none; display: none;
} }
......
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