From 4eec4bf9172d30b8eb972d92ed94b3b8fdf6ce24 Mon Sep 17 00:00:00 2001 From: yann300 Date: Fri, 18 Aug 2017 16:15:46 +0200 Subject: [PATCH 1/2] remove uneede css --- assets/css/browser-solidity.css | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/assets/css/browser-solidity.css b/assets/css/browser-solidity.css index efc0f08888..172a673762 100644 --- a/assets/css/browser-solidity.css +++ b/assets/css/browser-solidity.css @@ -173,19 +173,6 @@ cursor: pointer; } -#debugView button { - background-color: hsla(229, 75%, 87%, .5); /* lightBlue in style-guide.js*/ - font-size: 12px; - padding: 0.25em; - margin-bottom: .5em; - color: black; - border:0 none; - border-radius: 3px; - width: 8em; - margin-right: 1em; - cursor: pointer; -} - #header .origin { display: block; word-wrap: break-word; From 2155adef8cd1892e6daad519a97e3317fab223a6 Mon Sep 17 00:00:00 2001 From: yann300 Date: Fri, 18 Aug 2017 16:16:26 +0200 Subject: [PATCH 2/2] fix standard --- assets/css/browser-solidity.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/browser-solidity.css b/assets/css/browser-solidity.css index 172a673762..0ac04b37e1 100644 --- a/assets/css/browser-solidity.css +++ b/assets/css/browser-solidity.css @@ -312,12 +312,12 @@ input[type="file"] { .highlightcode_fullLine { position:absolute; z-index:20; - background-color: hsla(0, 82%, 82%, .5); /* lightRed in style-guide.js */ ; + background-color: hsla(0, 82%, 82%, .5); /* lightRed in style-guide.js */ opacity: 0.5; } .ace_gutter-cell.ace_breakpoint{ - background-color: hsla(0, 82%, 82%, 1); // red in style-guide.js + background-color: hsla(0, 82%, 82%, 1); /* red in style-guide.js */ } /* The Modal (background) */