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

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

Issue 2254993002: Milo: Add task expired as a failure status (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: Use proto instead Created 4 years, 3 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: milo/appengine/frontend/static/buildbot/css/default.css
diff --git a/milo/appengine/frontend/static/buildbot/css/default.css b/milo/appengine/frontend/static/buildbot/css/default.css
index e182c47ddad0b46394aa6a5632846bdf91449603..fc4dda3b0bfd1610a5b3c626fabfa1a856c9eebc 100644
--- a/milo/appengine/frontend/static/buildbot/css/default.css
+++ b/milo/appengine/frontend/static/buildbot/css/default.css
@@ -453,6 +453,12 @@ div.BuildWaterfall {
border-color: #ACA0B3;
}
+.status-Expired, .expired {
+ color: #FFFFFF;
+ background-color: #ac39ac;
+ border-color: #ACA0B3;
+}
+
.warnings {
color: #FFFFFF;
background-color: #fa3;

Powered by Google App Engine
This is Rietveld 408576698