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

Unified Diff: chrome/browser/resources/bookmark_manager/css/bmm.css

Issue 10638011: Update WebUI for HiDPI images added in r143476 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/wrench_menu.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/bookmark_manager/css/bmm.css
diff --git a/chrome/browser/resources/bookmark_manager/css/bmm.css b/chrome/browser/resources/bookmark_manager/css/bmm.css
index 2e3ddfec3f09099f4274e295af3a6652055b8d84..80c27885f0e46ae025b84d6c0baa50700b268645 100644
--- a/chrome/browser/resources/bookmark_manager/css/bmm.css
+++ b/chrome/browser/resources/bookmark_manager/css/bmm.css
@@ -181,7 +181,9 @@ list > .folder > .label,
.tree-label,
.tree-row[may-have-children] > .tree-label,
.tree-item[expanded] > .tree-row > .tree-label {
- background-image: url('../../../../app/theme/default_100_percent/bookmark_bar_folder_mac.png');
+ background-image: -webkit-image-set(
+ url('../../../../app/theme/default_100_percent/bookmark_bar_folder_mac.png') 1x,
James Hawkins 2012/06/22 17:28:53 Ugh, re: ../../../../
+ url('../../../../app/theme/default_200_percent/bookmark_bar_folder_mac.png') 2x);
}
</if>
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/wrench_menu.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698