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

Unified Diff: ui/webui/resources/css/md_colors.css

Issue 2011943005: MD History/Downloads: Update toolbar and background color (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « chrome/browser/resources/md_history/app.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/css/md_colors.css
diff --git a/ui/webui/resources/css/md_colors.css b/ui/webui/resources/css/md_colors.css
index afb4455d731d92634ce8346756801b456f4b2957..a7d22d65d1c0805b551d117b2911f30047c17cba 100644
--- a/ui/webui/resources/css/md_colors.css
+++ b/ui/webui/resources/css/md_colors.css
@@ -3,8 +3,10 @@
* found in the LICENSE file. */
:root {
- /* These are custom, Chrome-specific colors that don't have --paper or
- * --google equivalents. Blame bettes@. http://crbug.com/598451 */
- --md-background-color: rgb(236, 239, 241);
- --md-toolbar-color: rgb(52, 73, 94);
+ /* This is a custom, Chrome-specific color that does not have a --paper or
+ * --google equivalent. */
+ --md-background-color: rgb(241, 241, 241);
+ /* This is --google-blue-700, rewritten as a native custom property for speed.
+ */
+ --md-toolbar-color: rgb(51, 103, 214);
Dan Beam 2016/05/31 23:10:14 great minds hack alike
}
« no previous file with comments | « chrome/browser/resources/md_history/app.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698