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. */ |