Skip to content

Commit

Permalink
Updating colors, removing yellow from palette, matching lithium logo …
Browse files Browse the repository at this point in the history
…colors. Also removing extra treatment of code style in tests.
  • Loading branch information
mariuswilms authored and nateabele committed Jun 6, 2011
1 parent 01225fe commit d46025f
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions app/webroot/css/debug.css
Original file line number Diff line number Diff line change
Expand Up @@ -268,12 +268,12 @@ div.test-result {
}

div.test-result-success {
background-color: #62B212;
background-color: #00c51a;
border-color: #467F0D;
}

div.test-result-fail {
background-color: #CC1414;
background-color: #d13ef2;
border-color: #7F0D0D;
}

Expand All @@ -282,17 +282,8 @@ div.test-result-exception {
border-color: #995F0F;
}
div.test-result-notice {
background-color: #E5D416;
border-color: #B2A511;
}

div.test-result code {
background: rgba(0,0,0,.25);
color: rgba(255,255,255,.85);
border: none;
font-size: .75em;
padding: .1em .5em !important;
text-shadow: none;
background-color: #00a6f5;
border-color: #8EA7CF;
}

div.test-assert, div.test-exception, div.test-skip {
Expand Down Expand Up @@ -458,7 +449,7 @@ span.filters a:hover, span.filters a.active {
}

span.filters a.active {
background: #62B212;
background: #00a6f5;
text-shadow: 0px 0px 6px rgba(0,0,0,.5);
color: white;
}
Expand Down

0 comments on commit d46025f

Please sign in to comment.