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` ...@@ -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) { ...@@ -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` ...@@ -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;
......
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