| 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..6a547af08057fc38698a835a2d54a1e3ab5ef889 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: .8;
|
| + }
|
| </style>
|
| </template>
|
| </dom-module>
|
|
|