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

Unified Diff: chrome/browser/resources/settings/settings_page/settings_subpage_search.html

Issue 2272463002: Change the subpage search text color to --paper-gray-800. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: feedback Created 4 years, 4 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 | « no previous file | 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_page/settings_subpage_search.html
diff --git a/chrome/browser/resources/settings/settings_page/settings_subpage_search.html b/chrome/browser/resources/settings/settings_page/settings_subpage_search.html
index b4a49b4270b7e06cd23bdc8ca7e271ed3bda78c4..0ee4f2408abd9af88326aa5b4adc462fd002a063 100644
--- a/chrome/browser/resources/settings/settings_page/settings_subpage_search.html
+++ b/chrome/browser/resources/settings/settings_page/settings_subpage_search.html
@@ -16,11 +16,18 @@
#prompt,
#searchInput {
- color: var(--google-grey-500);
font-size: 13px;
line-height: 36px;
}
+ #prompt {
+ color: var(--google-grey-500);
+ }
+
+ #searchInput {
+ color: var(--paper-grey-800);
+ }
+
#clearSearch {
-webkit-margin-end: -8px;
-webkit-margin-start: 8px;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698