| Index: chrome/browser/resources/md_user_manager/shared_styles.html
|
| diff --git a/chrome/browser/resources/md_user_manager/shared_styles.html b/chrome/browser/resources/md_user_manager/shared_styles.html
|
| index 3a103232d9dd632e775c1d331611ae8c194d200b..7c9d1aa16ab381790ae24850b0f91a11e59cd4a9 100644
|
| --- a/chrome/browser/resources/md_user_manager/shared_styles.html
|
| +++ b/chrome/browser/resources/md_user_manager/shared_styles.html
|
| @@ -68,6 +68,13 @@
|
| --iron-overlay-backdrop-background-color: white;
|
| --iron-overlay-backdrop-opacity: .8;
|
| }
|
| +
|
| + .product-logo {
|
| + content: -webkit-image-set(
|
| + url(../../../app/theme/default_100_percent/%DISTRIBUTION%/product_logo_name_22.png) 1x,
|
| + url(../../../app/theme/default_200_percent/%DISTRIBUTION%/product_logo_name_22.png) 2x);
|
| + height: 22px;
|
| + }
|
| </style>
|
| </template>
|
| </dom-module>
|
|
|