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 89% |
| copy from chrome/browser/resources/user_manager/user_manager.css |
| copy to chrome/browser/resources/md_user_manager/user_manager.css |
| index eb3801f228cd6db339c949c10d33b6c12030eda8..d88c69d8f39052c718e949c6a2e819d151e5f7f3 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. |
| */ |
| @@ -18,7 +18,7 @@ |
| } |
| .pod { |
| - box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); |
| + box-shadow: 0 1px 2px rgba(0,0,0,0.1); |
|
tommycli
2016/02/08 18:45:19
Why did the spaces go away?
Moe
2016/02/09 00:15:33
used an external css cleanup tool...
|
| height: 226px; |
| /* On non-retina desktop, the text is blurry if we use the scale3d() |
| inherited from user_pod_row.js */ |
| @@ -42,16 +42,16 @@ apply the opacity change to the children instead. */ |
| } |
| .pod.hovered:not(.focused) { |
| - box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); |
| + box-shadow: 0 2px 4px rgba(0,0,0,0.2); |
| } |
| .pod.focused { |
| - box-shadow: 0 16px 21px rgba(0, 0, 0, 0.2); |
| + box-shadow: 0 16px 21px rgba(0,0,0,0.2); |
| transform: scale(1) !important; |
| } |
| .pod.focused.locked { |
| - box-shadow: 0 12px 21px rgba(0, 0, 0, 0.2); |
| + box-shadow: 0 12px 21px rgba(0,0,0,0.2); |
| height: 220px; |
| } |
| @@ -83,7 +83,7 @@ html[dir=rtl] .user-image-pane { |
| } |
| .pod .indicator-container { |
| - background-color: rgba(255, 255, 255, 0.85); |
| + background-color: rgba(255,255,255,0.85); |
| border-radius: 16px; |
| height: 32px; |
| left: 8px; |
| @@ -115,21 +115,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: rgb(117,117,117); |
| 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: rgb(66,133,244); |
| 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: rgb(66,133,244); |
| 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. */ |