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

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

Issue 2103233002: Visual polishing of the MD Clear Browsing Data dialog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Visual polishing done. Created 4 years, 6 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
Index: chrome/browser/resources/settings/settings_root_css.html
diff --git a/chrome/browser/resources/settings/settings_root_css.html b/chrome/browser/resources/settings/settings_root_css.html
index 533ce3fe08d76d9c7bc116269bd48de7fda4fff0..dca29bd738c4043259976d8bb51c3cf9e714a613 100644
--- a/chrome/browser/resources/settings/settings_root_css.html
+++ b/chrome/browser/resources/settings/settings_root_css.html
@@ -30,6 +30,9 @@
font-weight: 400;
margin-top: 4px;
};
+
+ --settings-dialog-title-border: 1px solid rgba(0, 0, 0, 0.14);
+
--settings-error-color: var(--paper-red-700);
--settings-hover-color: var(--google-grey-300);

Powered by Google App Engine
This is Rietveld 408576698