| Index: appengine/cmd/milo/frontend/static/buildbot/css/default.css
|
| diff --git a/appengine/cmd/milo/frontend/static/buildbot/css/default.css b/appengine/cmd/milo/frontend/static/buildbot/css/default.css
|
| index a553e2cb942b0ee96ab1bd88b01d425eb0f7e411..42d97c01fce72bd109016f84c7ef366b9c9e8ba6 100644
|
| --- a/appengine/cmd/milo/frontend/static/buildbot/css/default.css
|
| +++ b/appengine/cmd/milo/frontend/static/buildbot/css/default.css
|
| @@ -254,18 +254,18 @@ tr:nth-child(even){
|
| tr:nth-child(even) td{
|
| background-color: #ddd;
|
| }
|
| -tr:nth-child(even) td.success{
|
| +tr:nth-child(even) td.status-Success{
|
| color: #000;
|
| background-color: #8d4;
|
| border-color: #4F8530;
|
| }
|
| -tr:nth-child(even) td.failure{
|
| +tr:nth-child(even) td.status-Failure{
|
| color: #000;
|
| background-color: #e88;
|
| border-color: #A77272;
|
| border-style: solid;
|
| }
|
| -tr:nth-child(even) td.warning{
|
| +tr:nth-child(even) td.status-Warning{
|
| color: #FFFFFF;
|
| background-color: #fa3;
|
| border-color: #C29D46;
|
| @@ -458,7 +458,7 @@ div.BuildWaterfall {
|
| border-color: #AADDEE;
|
| }
|
|
|
| -.exception, .retry, tr:nth-child(even) td.exception {
|
| +.exception, .retry, tr:nth-child(even) td.status-Exception {
|
| color: #FFFFFF;
|
| background-color: #c6c;
|
| border-color: #ACA0B3;
|
|
|