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

Unified Diff: chrome/browser/resources/md_history/history_toolbar.html

Issue 1840043003: Update Material Design History colors. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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: chrome/browser/resources/md_history/history_toolbar.html
diff --git a/chrome/browser/resources/md_history/history_toolbar.html b/chrome/browser/resources/md_history/history_toolbar.html
index 689e94a2d8de0e50d5cc0a8994f06b51d2c38095..345fb68db028aefdd0cdf36d78d8bbc099fd1608 100644
--- a/chrome/browser/resources/md_history/history_toolbar.html
+++ b/chrome/browser/resources/md_history/history_toolbar.html
@@ -10,7 +10,7 @@
<style include="shared-style"></style>
<style>
:host {
- background: rgb(63, 85, 102);
+ background: rgb(52, 73, 94);
color: #fff;
height: 56px;
transition: background-color 150ms;

Powered by Google App Engine
This is Rietveld 408576698