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

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

Issue 2078603002: milo: fix running steps (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@milo-pending
Patch Set: address comments 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
« no previous file with comments | « no previous file | appengine/cmd/milo/logdog/logDogStream.go » ('j') | client/logdog/annotee/processor.go » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 517d517ee0a372a06ce5a36e8086efce88e409b5..e65c2f35a430a4ccecb16020b8c4f6fe1785aaa3 100644
--- a/appengine/cmd/milo/frontend/static/buildbot/css/default.css
+++ b/appengine/cmd/milo/frontend/static/buildbot/css/default.css
@@ -466,7 +466,7 @@ div.BuildWaterfall {
border-color: #ccc;
}
-.running,.waiting,td.building {
+.running, .waiting, td.building, .status-Running {
color: #000;
background-color: #fd3;
border-color: #C5C56D;
« no previous file with comments | « no previous file | appengine/cmd/milo/logdog/logDogStream.go » ('j') | client/logdog/annotee/processor.go » ('J')

Powered by Google App Engine
This is Rietveld 408576698