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

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

Issue 2109473005: Milo: Pending swarming builds (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: Cleanup, new test data, fix timing display Created 4 years, 6 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 f32cc256420663e0550c92b2c83fb087390066c4..f4b84116c1013a0d0501b68cd1b05a9c22beed6e 100644
--- a/appengine/cmd/milo/frontend/static/buildbot/css/default.css
+++ b/appengine/cmd/milo/frontend/static/buildbot/css/default.css
@@ -482,7 +482,7 @@ div.BuildWaterfall {
border-color: #dddddd;
}
-.offline,td.offline {
+.offline,td.offline,.pending{
color: #FFFFFF;
background-color: #777777;
border-color: #dddddd;

Powered by Google App Engine
This is Rietveld 408576698