| 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 4867fb54bcc222f8b62727b02ac360a1c32b6ed2..4163282e4e536266edf79c68ba4ad96a80a7cef5 100644
|
| --- a/chrome/browser/resources/sync_internals/sync_search.css
|
| +++ b/chrome/browser/resources/sync_internals/sync_search.css
|
| @@ -31,20 +31,19 @@
|
| }
|
|
|
| #sync-results-splitter {
|
| - background-color: #ebeff9;
|
| + background-color: rgb(235, 239, 249);
|
| cursor: col-resize;
|
| - width: 5px;
|
| <if expr="is_win">
|
| /* TODO(akalin): Make the BMM also use this style. */
|
| cursor: e-resize;
|
| </if>
|
| + width: 5px;
|
| }
|
|
|
| #sync-result-details-container {
|
| + -webkit-box-flex: 1;
|
| height: 100%;
|
| overflow: auto;
|
| - -webkit-box-flex: 1;
|
| -
|
| /* TODO(akalin): Figure out why this is needed, even with box-flex: 1. */
|
| width: 100%;
|
| }
|
|
|