Commit b9c7f7cf authored by Rob Stupay's avatar Rob Stupay Committed by yann300

metropolis theme update

parent f7e120d0
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment