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

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: Review fixes + unit test Created 8 years, 9 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..197ec26738088ee5ae3612c234a756d2feda2708 100644
--- a/chrome/browser/resources/sync_internals/sync_search.css
+++ b/chrome/browser/resources/sync_internals/sync_search.css
@@ -6,6 +6,10 @@
width: 20em;
}
+#sync-search-query[error] {
+ background-color: #FAA;
Andrew T Wilson (Slow) 2012/04/06 20:30:57 Apparently css style guide says we should use rgb(
rlarocque 2012/04/07 00:58:04 Done.
+}
+
#sync-search-status {
color: #333;
Andrew T Wilson (Slow) 2012/04/06 20:30:57 Amusingly, this one is OK because you can use #RGB
rlarocque 2012/04/07 00:58:04 I'll change it anyway for consistency.
font-style: italic;

Powered by Google App Engine
This is Rietveld 408576698