metropolis theme update

pull/1/head
Rob Stupay 7 years ago committed by yann300
parent f7e120d05d
commit b9c7f7cf63
  1. 4
      src/app/panels/righthand-panel.js
  2. 2
      src/universal-dapp.js

@ -64,6 +64,9 @@ var css = csjs`
.opts_li {
display: block;
font-weight: bold;
color: ${styles.rightPanel.text_Teriary};
}
.opts_li.active {
color: ${styles.rightPanel.text_Primary};
}
.opts_li:hover {
@ -132,7 +135,6 @@ function RighthandPanel (appAPI, events, opts) {
${self._view.dragbar}
<div id="header" class=${css.header}>
<div class=${css.menu}>
<img class=${css.solIcon} title="Solidity realtime compiler and runtime" src="assets/img/remix_logo_white_512x512.svg" alt="Solidity realtime compiler and runtime">
${options}
</div>
${optionViews}

@ -34,7 +34,7 @@ var css = csjs`
align-items: center;
font-size: 11px;
height: 30px;
min-width: 100%;
width: 100%;
overflow: hidden;
word-break: break-word;
line-height: initial;

Loading…
Cancel
Save