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

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

Issue 138273009: Quick searches for sync-internals (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@submitsearchsync
Patch Set: Consolidated both patchsets Created 6 years, 11 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 602835eca761887c48cc8bf2be155b6438bdf067..24c955b97d6f537da429db90977dc04073948d16 100644
--- a/chrome/browser/resources/sync_internals/sync_search.css
+++ b/chrome/browser/resources/sync_internals/sync_search.css
@@ -10,6 +10,12 @@
background-color: rgb(255,170,170);
}
+.sync-search-quicklink {
+ background-color: rgb(239,243,255);
+ padding-left: 10px;
+ padding-right: 10px;
+}
+
#sync-search-status {
color: rgb(51,51,51);
font-style: italic;
« no previous file with comments | « chrome/browser/resources/sync_internals/search.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