Commit db2beaeb authored by ninabreznik's avatar ninabreznik Committed by yann300

Restyle a simple log

parent a306c64b
......@@ -37,7 +37,6 @@
"onchange": "^3.2.1",
"remix-core": "latest",
"remix-lib": "latest",
"remix-solidity": "latest",
"remixd": "git+https://github.com/ethereum/remixd.git",
"request": "^2.83.0",
"rimraf": "^2.6.1",
......
......@@ -33,6 +33,16 @@ var css = csjs`
.caret:hover {
color: ${styles.terminal.icon_HoverColor};
}
.caret {
color: ${styles.terminal.icon_Color};
font-weight: bold;
font-size: small;
cursor: pointer;
float: left;
}
.caret:hover {
color: ${styles.terminal.icon_HoverColor};
}
.txLog {
width: 75%;
}
......
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