Merge pull request #940 from ethereum/metropolis_theme

Metropolis theme
pull/3094/head
yann300 7 years ago committed by GitHub
commit 46fd2afa88
  1. 2
      src/app/editor/editor.js
  2. 1
      src/app/panels/terminal.js
  3. 19
      src/universal-dapp.js

@ -5,6 +5,8 @@ var yo = require('yo-yo')
var csjs = require('csjs-inject') var csjs = require('csjs-inject')
var ace = require('brace') var ace = require('brace')
require('brace/theme/tomorrow_night_blue')
var Range = ace.acequire('ace/range').Range var Range = ace.acequire('ace/range').Range
require('brace/ext/language_tools') require('brace/ext/language_tools')
require('brace/ext/searchbox') require('brace/ext/searchbox')

@ -90,7 +90,6 @@ var css = csjs`
background-size : 45%; background-size : 45%;
} }
.terminal { .terminal {
position: relative;
position: relative; position: relative;
display: flex; display: flex;
flex-direction: column; flex-direction: column;

@ -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;
@ -146,7 +130,8 @@ var css = csjs`
box-sizing: border-box; box-sizing: border-box;
float: left; float: left;
align-self: center; align-self: center;
color: ${styles.colors.white}; color: ${styles.appProperties.mainText_Color};
margin-left: 4px;
} }
.hasArgs input { .hasArgs input {
display: block; display: block;

Loading…
Cancel
Save