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

Unified Diff: chrome/browser/resources/md_user_manager/user_manager.css

Issue 1842703004: Revert "MD user manager (learn more page, user manager tutorial)" (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_user_manager/user_manager.css
diff --git a/chrome/browser/resources/user_manager/user_manager.css b/chrome/browser/resources/md_user_manager/user_manager.css
similarity index 92%
copy from chrome/browser/resources/user_manager/user_manager.css
copy to chrome/browser/resources/md_user_manager/user_manager.css
index eb3801f228cd6db339c949c10d33b6c12030eda8..9f08d8b7dfb3285bfd5c4612009bc0353f74c171 100644
--- a/chrome/browser/resources/user_manager/user_manager.css
+++ b/chrome/browser/resources/md_user_manager/user_manager.css
@@ -1,14 +1,13 @@
-/* Copyright 2013 The Chromium Authors. All rights reserved.
+/* Copyright 2016 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
+ * found in the LICENSE file. */
-/* Overrides for the desktop user manager screen. */
-
-.oobe-display {
+body {
background-color: #eee;
}
+/* Overrides for the desktop user manager screen. */
+
#outer-container {
min-height: 0;
}
@@ -115,21 +114,21 @@ html[dir=rtl] .pod .indicators {
.pod.locked .locked-indicator {
-webkit-mask-image: url(../../../../ui/webui/resources/images/lock.svg);
- background-color: #757575;
+ background-color: var(--paper-grey-600);
display: initial;
}
.pod.legacy-supervised .legacy-supervised-indicator {
-webkit-mask-image:
url(../../../../ui/webui/resources/images/supervisor_account.svg);
- background-color: rgb(66, 133, 244);
+ background-color: var(--google-blue-500);
display: initial;
}
.pod.child .child-indicator {
-webkit-mask-image:
url(../../../../ui/webui/resources/images/account_child_invert.svg);
- background-color: rgb(66, 133, 244);
+ background-color: var(--google-blue-500);
display: initial;
}
@@ -153,7 +152,7 @@ html[dir=rtl] .main-pane {
}
.pod .name {
- color: #363636;
+ color: var(--paper-grey-800);
font-size: 15px;
margin-top: 11px;
}
@@ -168,7 +167,7 @@ html[dir=rtl] .main-pane {
}
.action-box-area {
- background-color: #f5f5f5;
+ background-color: var(--google-grey-100);
height: 24px;
/* Because of crbug.com/406529, the text in the .name div is janky if there's
an opacity transition in this div. */

Powered by Google App Engine
This is Rietveld 408576698