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

Unified Diff: appengine/swarming/ui/res/imp/taskpage/task-page.html

Issue 2930813003: Changed the highlight color to be a less abrasive yellow as per (Closed)
Patch Set: re-vulcanize and re-upload Created 3 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 | « appengine/swarming/ui/build/js/js.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/swarming/ui/res/imp/taskpage/task-page.html
diff --git a/appengine/swarming/ui/res/imp/taskpage/task-page.html b/appengine/swarming/ui/res/imp/taskpage/task-page.html
index ce78cbb592acc4618d15e8105d90a1d9cf23d8a2..36e28d0f1541dbd3e0384dbab6ec97723cf1a4ec 100644
--- a/appengine/swarming/ui/res/imp/taskpage/task-page.html
+++ b/appengine/swarming/ui/res/imp/taskpage/task-page.html
@@ -973,7 +973,7 @@
highlight = true;
}
});
- return highlight ? "Yellow" : "White";
+ return highlight ? "LightYellow" : "White";
},
_internalClass: function(failure) {
« no previous file with comments | « appengine/swarming/ui/build/js/js.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698