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

Unified Diff: appengine/swarming/ui/build/elements.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 | « no previous file | appengine/swarming/ui/build/js/js.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/swarming/ui/build/elements.html
diff --git a/appengine/swarming/ui/build/elements.html b/appengine/swarming/ui/build/elements.html
index 85b042a05c4cf383b8384f8897da5dd558bacbff..c7e6cefe1bf0b0233dbe5de571f046937ba22328 100644
--- a/appengine/swarming/ui/build/elements.html
+++ b/appengine/swarming/ui/build/elements.html
@@ -1352,7 +1352,7 @@ monthsShort:"innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir
highlight = true;
}
});
- return highlight ? "Yellow" : "White";
+ return highlight ? "LightYellow" : "White";
},
_internalClass: function(failure) {
« no previous file with comments | « no previous file | appengine/swarming/ui/build/js/js.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698