mute method button colours and reduce padding

pull/1/head
d11e9 9 years ago
parent 8a91fe7447
commit 5a21d791a6
  1. 14
      stylesheets/browser-solidity.css

@ -166,6 +166,20 @@ body {
border-bottom: 1px dotted; border-bottom: 1px dotted;
} }
#output .udapp button,
#output .udapp input {
padding: 0.25em;
color: black;
}
#output .udapp button {
border-color: #9E9D9D;
}
#output .udapp .atAddress { background-color: #B1EAC5; }
#output .udapp .contractProperty .call { background-color: #FF8B8B; }
#output .udapp .contractProperty.constant .call { background-color: #9DC1F5; }
.row { .row {
overflow: auto; overflow: auto;
display: block; display: block;

Loading…
Cancel
Save