| Index: chrome/browser/resources/settings/printing_page/cups_add_printer_dialog.html
|
| diff --git a/chrome/browser/resources/settings/printing_page/cups_add_printer_dialog.html b/chrome/browser/resources/settings/printing_page/cups_add_printer_dialog.html
|
| index 0517ba187deceb5382882870ce06978c9ac74f92..eede8a01bce092946c4e98105daeb349315fb6c8 100644
|
| --- a/chrome/browser/resources/settings/printing_page/cups_add_printer_dialog.html
|
| +++ b/chrome/browser/resources/settings/printing_page/cups_add_printer_dialog.html
|
| @@ -97,7 +97,7 @@
|
|
|
| .md-select,
|
| paper-input {
|
| - --paper-input-container-color: var(--google-grey-500);
|
| + --paper-input-container-color: var(--paper-grey-600);
|
| --paper-input-container-input: {
|
| font-size: inherit;
|
| };
|
| @@ -230,7 +230,7 @@
|
| }
|
|
|
| paper-input {
|
| - --paper-input-container-color: var(--google-grey-500);
|
| + --paper-input-container-color: var(--paper-grey-600);
|
| --paper-input-container-input: {
|
| font-size: inherit;
|
| border: 1px solid lightgray;
|
|
|