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

Unified Diff: chrome/browser/resources/sync_internals/sync_search.css

Issue 9836100: Add full text regex searching to chrome://sync (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix typo Created 8 years, 8 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/sync_internals/sync_search.css
diff --git a/chrome/browser/resources/sync_internals/sync_search.css b/chrome/browser/resources/sync_internals/sync_search.css
index 4163282e4e536266edf79c68ba4ad96a80a7cef5..3fd2077a945181e174ef54c3526cebd3beef3fd8 100644
--- a/chrome/browser/resources/sync_internals/sync_search.css
+++ b/chrome/browser/resources/sync_internals/sync_search.css
@@ -6,8 +6,12 @@
width: 20em;
}
+#sync-search-query[error] {
+ background-color: rgb(255,170,170);
+}
+
#sync-search-status {
- color: #333;
+ color: rgb(51,51,51);
font-style: italic;
}
« no previous file with comments | « chrome/browser/resources/sync_internals/chrome_sync.js ('k') | chrome/browser/resources/sync_internals/sync_search.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698