Chromium Code Reviews| 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 96% |
| copy from chrome/browser/resources/user_manager/user_manager.css |
| copy to chrome/browser/resources/md_user_manager/user_manager.css |
| index eb3801f228cd6db339c949c10d33b6c12030eda8..b8d7f068ddb9f152a8db6aea3a90bc6b8a22acc0 100644 |
| --- a/chrome/browser/resources/user_manager/user_manager.css |
| +++ b/chrome/browser/resources/md_user_manager/user_manager.css |
| @@ -1,4 +1,4 @@ |
| -/* 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. |
| */ |
| @@ -115,7 +115,7 @@ html[dir=rtl] .pod .indicators { |
| .pod.locked .locked-indicator { |
| -webkit-mask-image: url(../../../../ui/webui/resources/images/lock.svg); |
| - background-color: #757575; |
| + background-color: rgb(117, 117, 117); |
|
Dan Beam
2016/02/12 23:42:24
why are you doing this? grey hex are OK
Moe
2016/02/20 00:20:59
tommycli@ suggested colors that need more than 3 d
|
| display: initial; |
| } |
| @@ -153,7 +153,7 @@ html[dir=rtl] .main-pane { |
| } |
| .pod .name { |
| - color: #363636; |
| + color: rgb(54, 54, 54); |
| font-size: 15px; |
| margin-top: 11px; |
| } |
| @@ -168,7 +168,7 @@ html[dir=rtl] .main-pane { |
| } |
| .action-box-area { |
| - background-color: #f5f5f5; |
| + background-color: rgb(245, 245, 245); |
| height: 24px; |
| /* Because of crbug.com/406529, the text in the .name div is janky if there's |
| an opacity transition in this div. */ |