update for metro theme

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

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

@ -27,7 +27,6 @@ var css = csjs`
min-height : 1.7em; min-height : 1.7em;
overflow : hidden; overflow : hidden;
} }
.bar { .bar {
display : flex; display : flex;
min-height : 3em; min-height : 3em;
@ -101,19 +100,6 @@ var css = csjs`
flex-direction: column; flex-direction: column;
height: 100%; 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 { .journal {
margin-top : auto; margin-top : auto;
font-family : monospace; font-family : monospace;

Loading…
Cancel
Save