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

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: 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..a7fb3ad92cd2865c8faa494464c215f501188a16 100644
--- a/chrome/browser/resources/settings/settings_page/settings_subpage_search.html
+++ b/chrome/browser/resources/settings/settings_page/settings_subpage_search.html
@@ -14,13 +14,18 @@
-webkit-appearance: none;
}
- #prompt,
- #searchInput {
+ #prompt {
color: var(--google-grey-500);
font-size: 13px;
line-height: 36px;
}
+ #searchInput {
+ color: var(--paper-grey-800);
+ font-size: 13px;
dschuyler 2016/08/23 02:17:26 This can be done in this CL or a separate CL: the
hcarmona 2016/08/23 20:52:29 Sounds good, I'll create a followup CL for this.
+ line-height: 36px;
+ }
dschuyler 2016/08/23 02:17:26 Let's make a #prompt with just a color, a #searchI
hcarmona 2016/08/23 20:52:29 Done.
+
#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