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

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: milo: fix running steps 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') | appengine/cmd/milo/swarming/build.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..11d50661bd35c8a7ce6dfc48edf7e8af51079f54 100644
--- a/appengine/cmd/milo/frontend/static/buildbot/css/default.css
+++ b/appengine/cmd/milo/frontend/static/buildbot/css/default.css
@@ -430,6 +430,12 @@ div.BuildWaterfall {
border-color: #A77272;
}
+.status-Running {
+ color: #000;
+ background-color: #fd3;
estaab 2016/06/16 20:13:45 #fff6c6 as per buildbot?
Ryan Tseng 2016/06/16 20:22:37 old (our version) buildbot uses fff6c6, new(er) ve
+ border-color: #C5C56D;
+}
+
.status-Warnings {
color: #FFFFFF;
background-color: #fa3;
« no previous file with comments | « no previous file | appengine/cmd/milo/logdog/logDogStream.go » ('j') | appengine/cmd/milo/swarming/build.go » ('J')

Powered by Google App Engine
This is Rietveld 408576698