From cbb75404f30cfe2925a7b961a03d80aba8b7d535 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Wed, 7 Sep 2016 19:36:50 +0100 Subject: [PATCH] Make buttons in settingsView look the same as in publishView --- assets/css/browser-solidity.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/assets/css/browser-solidity.css b/assets/css/browser-solidity.css index 03a196f7eb..3379007d20 100644 --- a/assets/css/browser-solidity.css +++ b/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;