From 044ec78bf01cd4acf19c9bb84a13fe743fc602d7 Mon Sep 17 00:00:00 2001 From: Rob Stupay Date: Wed, 13 Dec 2017 02:10:04 +0100 Subject: [PATCH] update universal-dapp --- src/universal-dapp.js | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/src/universal-dapp.js b/src/universal-dapp.js index 02e7e2c753..d041e81246 100644 --- a/src/universal-dapp.js +++ b/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; }