Make buttons in settingsView look the same as in publishView

pull/1/head
Alex Beregszaszi 8 years ago
parent 22861f70ad
commit cbb75404f3
  1. 13
      assets/css/browser-solidity.css

@ -257,6 +257,19 @@ body {
padding-left: 6em;
}
#settingsView 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;
}
#publishView button {
background-color: #C6CFF7;
font-size: 12px;

Loading…
Cancel
Save