update metrotheme with mascara button for the txlogger

pull/1/head
Rob Stupay 7 years ago committed by yann300
parent c7a7c3855a
commit 7e90f10b0f
  1. 9
      src/app/execution/txLogger.js

@ -50,10 +50,13 @@ var css = csjs`
display: flex; display: flex;
} }
.debug, .details { .debug, .details {
color: ${styles.terminal.text_Button}; ${styles.terminal.button_Log_Debug}
min-width: 55px;
margin-left: 5px; margin-left: 5px;
cursor: pointer; width: 55px;
min-width: 55px;
min-height: 20px;
max-height: 20px;
font-size: 11px;
} }
` `
/** /**

Loading…
Cancel
Save