diff --git a/assets/css/browser-solidity.css b/assets/css/browser-solidity.css index 506e29adb4..2ef783a1cf 100644 --- a/assets/css/browser-solidity.css +++ b/assets/css/browser-solidity.css @@ -125,7 +125,7 @@ body { } #header #options li { - color: #333; + color: #aaa; float: left; padding: 1.2em; font-size: 1.5em; @@ -133,7 +133,6 @@ body { } #header #options li.active { - background-color: yellow; color: black; } @@ -143,7 +142,7 @@ body { } #header #optionViews > div { display: none; - padding: 0.4em; + padding: 1em 0.5em 0.5em; } #header #optionViews.txView #txView { display: block; } #header #optionViews.settingsView #settingsView { display: block; } @@ -159,6 +158,10 @@ body { border-radius: 3px; } +#header #optionViews .hide { + display: none; +} + #header .info { font-family: monospace; min-height: 6em; diff --git a/index.html b/index.html index 51cba82922..5def09197f 100644 --- a/index.html +++ b/index.html @@ -77,24 +77,26 @@ THE SOFTWARE.
Publish all open files to an anonymous github gist.
- +