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

Unified Diff: chrome/browser/resources/file_manager/css/file_manager.css

Issue 13061003: Files.app: add 'search Drive' to the top of the auto-complete. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 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/file_manager/css/file_manager.css
diff --git a/chrome/browser/resources/file_manager/css/file_manager.css b/chrome/browser/resources/file_manager/css/file_manager.css
index 02322b47397a49d04088687a82a9b124451932ab..5c9df9e75c00b4236b87721520e295b038e12f01 100644
--- a/chrome/browser/resources/file_manager/css/file_manager.css
+++ b/chrome/browser/resources/file_manager/css/file_manager.css
@@ -1694,6 +1694,14 @@ list.autocomplete-suggestions > li > div.detail-text {
text-overflow: ellipsis;
}
+list.autocomplete-suggestions > li > div[search-icon] {
+ background: -webkit-image-set(
+ url('../images/files/ui/icon_search.png') 1x,
+ url('../images/files/ui/2x/icon_search.png') 2x);
+ background-position: center;
+ background-repeat: no-repeat;
+}
+
list.autocomplete-suggestions[hasElementFocus] > [selected],
list.autocomplete-suggestions[hasElementFocus] > [lead],
list.autocomplete-suggestions:not([hasElementFocus]) > [selected],

Powered by Google App Engine
This is Rietveld 408576698