update for metro theme

pull/1/head
Rob Stupay 7 years ago committed by yann300
parent 2ccdebb6f6
commit a21a444466
  1. 2
      src/app/execution/txLogger.js
  2. 14
      src/app/panels/terminal.js

@ -31,7 +31,7 @@ var css = csjs`
.txTable, .tr, .td {
border-collapse: collapse;
font-size: 10px;
color: ${styles.terminal.text_Secondary};
color: ${styles.terminal.text_Primary};
border: 1px solid ${styles.terminal.text_Secondary};
}
#txTable {

@ -27,7 +27,6 @@ var css = csjs`
min-height : 1.7em;
overflow : hidden;
}
.bar {
display : flex;
min-height : 3em;
@ -101,19 +100,6 @@ var css = csjs`
flex-direction: column;
height: 100%;
}
// .inner_terminal::after {
// content : "";
// background-image : url(assets/img/remix_logo_white_512x512.svg);
// opacity : 0.1;
// top : 15%;
// left : 33%;
// bottom : 0;
// right : 0;
// position : absolute;
// // z-index : -1;
// background-repeat : no-repeat;
// background-size : 45%;
// }
.journal {
margin-top : auto;
font-family : monospace;

Loading…
Cancel
Save