| 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 6742dd81f3135a2aa7eb6bd4d503f2511625f892..2e3cf9134a2672e74c56b13bf8b93e6e31d03cbb 100644
|
| --- a/chrome/browser/resources/md_user_manager/shared_styles.html
|
| +++ b/chrome/browser/resources/md_user_manager/shared_styles.html
|
| @@ -2,10 +2,6 @@
|
| <template>
|
| <style>
|
| :root {
|
| - --error-color: var(--google-red-700);
|
| - --page-width: 624px;
|
| - --primary-text-color: var(--paper-grey-800);
|
| - --title-icon-color: var(--paper-grey-500);
|
| --action-button: {
|
| border-radius: 2px;
|
| line-height: 20px;
|
| @@ -13,6 +9,11 @@
|
| min-width: 52px;
|
| padding: 6px 16px;
|
| };
|
| + --error-color: var(--google-red-700);
|
| + --page-width: 624px;
|
| + --primary-text-color: var(--paper-grey-800);
|
| + --title-icon-color: var(--paper-grey-500);
|
| + --user-manager-separator-line: 1px solid rgba(0, 0, 0, .12);
|
| }
|
|
|
| a,
|
| @@ -62,6 +63,11 @@
|
| padding: 0;
|
| };
|
| }
|
| +
|
| + iron-overlay-backdrop {
|
| + --iron-overlay-backdrop-background-color: white;
|
| + --iron-overlay-backdrop-opacity: .6;
|
| + }
|
| </style>
|
| </template>
|
| </dom-module>
|
|
|