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

Unified Diff: chrome/browser/resources/md_history/history.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
« no previous file with comments | « no previous file | chrome/browser/resources/md_history/history_toolbar.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_history/history.html
diff --git a/chrome/browser/resources/md_history/history.html b/chrome/browser/resources/md_history/history.html
index 0eebc3004b606f0c192ea4416cd4c5e6bb7cc029..f4b9911b9172ab2a7759e544e25448a91ca5277f 100644
--- a/chrome/browser/resources/md_history/history.html
+++ b/chrome/browser/resources/md_history/history.html
@@ -14,7 +14,7 @@
}
body {
- background: #f2f2f2;
+ background: rgb(236, 239, 241);
Dan Beam 2016/03/30 01:47:33 if you wanted to be super duper awesome, you could
calamity 2016/03/31 03:57:37 Hmm. How? Do we have native CSS custom property su
Dan Beam 2016/03/31 04:30:21 i trust you'll figure it out: https://code.google.
display: flex;
flex-direction: column;
min-width: 800px;
« no previous file with comments | « no previous file | chrome/browser/resources/md_history/history_toolbar.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698