Merge pull request #340 from ethereum/cssForDebugger

Use css for debugger button
pull/1/head
chriseth 8 years ago committed by GitHub
commit 547db7f65f
  1. 14
      assets/css/browser-solidity.css

@ -299,6 +299,20 @@ body {
margin-right: 1em;
cursor: pointer;
}
#debugView button {
background-color: #C6CFF7;
font-size: 12px;
padding: 0.25em;
margin-bottom: .5em;
color: black;
border:0 none;
border-radius: 3px;
width: 8em;
margin-right: 1em;
cursor: pointer;
}
#staticanalysismodules label {
display: block;
}

Loading…
Cancel
Save