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; |