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

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: Fixes from JS review 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 4867fb54bcc222f8b62727b02ac360a1c32b6ed2..291e3061807c606ebda568ad77f4a43298e5a3ad 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;
}

Powered by Google App Engine
This is Rietveld 408576698