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

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

Issue 10939019: [filemanager] HiDPI icon for filemanager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 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/action_choice.css
===================================================================
--- chrome/browser/resources/file_manager/css/action_choice.css (revision 157349)
+++ chrome/browser/resources/file_manager/css/action_choice.css (working copy)
@@ -96,7 +96,9 @@
}
.choices label[for=view-files] {
- background: url(../images/icon16.png) no-repeat;
+ background: -webkit-image-set(
+ url('../images/icon16.png') 1x,
+ url('../images/icon32.png') 2x) no-repeat;
padding-left: 20px;
}
« no previous file with comments | « chrome/browser/resources/component_extension_resources.grd ('k') | chrome/browser/resources/file_manager/images/icon32.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698