Unverified Commit 04aab0cd authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #940 from ethereum/metropolis_theme

Metropolis theme
parents 1a38fbfb 94eab123
......@@ -5,6 +5,8 @@ var yo = require('yo-yo')
var csjs = require('csjs-inject')
var ace = require('brace')
require('brace/theme/tomorrow_night_blue')
var Range = ace.acequire('ace/range').Range
require('brace/ext/language_tools')
require('brace/ext/searchbox')
......
......@@ -91,7 +91,6 @@ var css = csjs`
}
.terminal {
position: relative;
position: relative;
display: flex;
flex-direction: column;
height: 100%;
......
......@@ -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;
......@@ -146,7 +130,8 @@ var css = csjs`
box-sizing: border-box;
float: left;
align-self: center;
color: ${styles.colors.white};
color: ${styles.appProperties.mainText_Color};
margin-left: 4px;
}
.hasArgs input {
display: block;
......
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