Skip to content

Commit

Permalink
Changed green color of success console log
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed Oct 22, 2013
1 parent 259393e commit c162e2c
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,15 @@
}

.javascript-console .jserror {
border:2px solid red;
border:1px solid red;
background-color:#FFE0E0;
}

.javascript-console .jsgreen {
border:2px solid DarkGreen;
background-color:#32CD32;
border:1px solid #d2edc2;
background-color:#e2fdd2;
}


.javascript-console .header-bar
{
margin-top:0.5em;
Expand Down

0 comments on commit c162e2c

Please sign in to comment.