Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1684)

Unified Diff: appengine/cmd/milo/frontend/static/buildbot/css/default.css

Issue 2196453002: Milo: Console view prototype (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: Reviews Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « appengine/cmd/milo/frontend/milo.go ('k') | appengine/cmd/milo/frontend/templates/buildbot/pages/console.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698