| Index: chrome/browser/resources/settings/settings_shared_css.html
|
| diff --git a/chrome/browser/resources/settings/settings_shared_css.html b/chrome/browser/resources/settings/settings_shared_css.html
|
| index 001f436da70d99c2c4a73ae16f70296689bf276e..bf88bdd8d7bf35dfda0ec0ba42755ba2a44ed56a 100644
|
| --- a/chrome/browser/resources/settings/settings_shared_css.html
|
| +++ b/chrome/browser/resources/settings/settings_shared_css.html
|
| @@ -23,7 +23,8 @@
|
| --paper-radio-button-label-color: inherit;
|
| --paper-radio-group-item-padding: 0;
|
|
|
| - --settings-background-color: var(--paper-blue-grey-50);
|
| + /* Custom grey for Alan (bettes@). */
|
| + --settings-background-color: rgb(241, 241, 241);
|
| --settings-secondary: {
|
| color: var(--paper-grey-600);
|
| font-weight: 400;
|
| @@ -36,10 +37,10 @@
|
| * UX design (bettes@). */
|
| --settings-nav-grey: rgb(90, 90, 90);
|
|
|
| - --settings-row-min-height: 40px;
|
| + --settings-row-min-height: 44px;
|
| --settings-separator-line: 1px solid rgba(0, 0, 0, 0.06);
|
|
|
| - --settings-title-bar-background-color: rgb(52, 73, 94);
|
| + --settings-title-bar-background-color: var(--google-blue-700);
|
| --settings-title-bar-color: rgb(255, 255, 255);
|
| --settings-title-search-color: rgb(192, 199, 205);
|
| }
|
| @@ -234,7 +235,7 @@
|
| }
|
|
|
| .settings-box.two-line {
|
| - min-height: 52px;
|
| + min-height: 56px;
|
| }
|
|
|
| .settings-box .secondary {
|
|
|