Chromium Code Reviews| 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..19cfa53422ed935e9ff593a3cf4ffda2237677a0 100644 |
| --- a/chrome/browser/resources/settings/settings_shared_css.html |
| +++ b/chrome/browser/resources/settings/settings_shared_css.html |
| @@ -23,7 +23,7 @@ |
| --paper-radio-button-label-color: inherit; |
| --paper-radio-group-item-padding: 0; |
| - --settings-background-color: var(--paper-blue-grey-50); |
| + --settings-background-color: rgb(241, 241, 241); |
|
tommycli
2016/05/20 23:40:39
Alan specific color? comment?
dschuyler
2016/05/20 23:46:57
Done.
|
| --settings-secondary: { |
| color: var(--paper-grey-600); |
| font-weight: 400; |
| @@ -36,10 +36,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 +234,7 @@ |
| } |
| .settings-box.two-line { |
| - min-height: 52px; |
| + min-height: 56px; |
| } |
| .settings-box .secondary { |