Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Unified Diff: chrome/browser/resources/settings/settings_shared_css.html

Issue 2004663002: [MD settings] change line heights and section widths (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/settings/settings_page.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « chrome/browser/resources/settings/settings_page.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698