Chromium Code Reviews| 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..5af6b74235e9acf021f7a09e87d3f0532e0797b0 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 { |
|
estaab
2016/08/04 23:21:25
lowercase status for consistency?
hinoka
2016/08/05 00:10:42
Oh this was a bug, no wonder it wasn't working lol
|
| color: #FFFFFF; |
| background-color: #c6c; |
| border-color: #ACA0B3; |