| Index: chrome/browser/resources/sync_internals/about.css
|
| diff --git a/chrome/browser/resources/sync_internals/about.css b/chrome/browser/resources/sync_internals/about.css
|
| index 680948f0ff08d83c02e0d8dbcc96e2ccc9886fb8..0525adabcad749254e8937d6c1e295dba93791b2 100644
|
| --- a/chrome/browser/resources/sync_internals/about.css
|
| +++ b/chrome/browser/resources/sync_internals/about.css
|
| @@ -44,6 +44,10 @@
|
| background: rgb(255, 255, 204);
|
| }
|
|
|
| +#typeInfo .disabled {
|
| + background: rgb(224, 224, 224);
|
| +}
|
| +
|
| #typeInfo .ok {
|
| background: rgb(204, 255, 204);
|
| }
|
|
|