| Index: chrome/browser/resources/sync_internals/sync_search.css
|
| diff --git a/chrome/browser/resources/sync_internals/sync_search.css b/chrome/browser/resources/sync_internals/sync_search.css
|
| index 4163282e4e536266edf79c68ba4ad96a80a7cef5..3fd2077a945181e174ef54c3526cebd3beef3fd8 100644
|
| --- a/chrome/browser/resources/sync_internals/sync_search.css
|
| +++ b/chrome/browser/resources/sync_internals/sync_search.css
|
| @@ -6,8 +6,12 @@
|
| width: 20em;
|
| }
|
|
|
| +#sync-search-query[error] {
|
| + background-color: rgb(255,170,170);
|
| +}
|
| +
|
| #sync-search-status {
|
| - color: #333;
|
| + color: rgb(51,51,51);
|
| font-style: italic;
|
| }
|
|
|
|
|