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

Unified Diff: chrome/browser/resources/md_user_manager/user_manager_styles.html

Issue 2016073002: MD User Manager: Updates background color (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed non-existing google-grey- 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 | « no previous file | chrome/browser/resources/md_user_manager/user_manager_tutorial.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_user_manager/user_manager_styles.html
diff --git a/chrome/browser/resources/md_user_manager/user_manager_styles.html b/chrome/browser/resources/md_user_manager/user_manager_styles.html
index 2699be7e96f4487f0fa80c638bf965458ae25a9b..dc2a95f962227d3e5f0a74e80f045ba6515e60d5 100644
--- a/chrome/browser/resources/md_user_manager/user_manager_styles.html
+++ b/chrome/browser/resources/md_user_manager/user_manager_styles.html
@@ -4,7 +4,7 @@
<template>
<style include="shared-styles">
body {
- background-color: var(--paper-grey-200);
+ background-color: var(--paper-grey-100);
}
user-manager-pages,
« no previous file with comments | « no previous file | chrome/browser/resources/md_user_manager/user_manager_tutorial.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698