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 { .opts_li {
display: block; display: block;
font-weight: bold; font-weight: bold;
color: ${styles.rightPanel.text_Teriary};
}
.opts_li.active {
color: ${styles.rightPanel.text_Primary}; color: ${styles.rightPanel.text_Primary};
} }
.opts_li:hover { .opts_li:hover {
@ -132,7 +135,6 @@ function RighthandPanel (appAPI, events, opts) {
${self._view.dragbar} ${self._view.dragbar}
<div id="header" class=${css.header}> <div id="header" class=${css.header}>
<div class=${css.menu}> <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} ${options}
</div> </div>
${optionViews} ${optionViews}

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

Loading…
Cancel
Save