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

Unified Diff: chrome/browser/resources/chromeos/wrench_menu.css

Issue 10666019: Merge 143588 - Update WebUI for HiDPI images added in r143476 (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1180/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 | « chrome/browser/resources/bookmark_manager/css/bmm.css ('k') | chrome/browser/resources/crashes.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/wrench_menu.css
===================================================================
--- chrome/browser/resources/chromeos/wrench_menu.css (revision 143846)
+++ chrome/browser/resources/chromeos/wrench_menu.css (working copy)
@@ -5,7 +5,9 @@
.fullscreen {
-webkit-margin-start: 4px;
- background-image: url('../../../app/theme/default_100_percent/fullscreen_menu_button.png');
+ background-image: -webkit-image-set(
+ url('../../../app/theme/default_100_percent/fullscreen_menu_button.png') 1x,
+ url('../../../app/theme/default_200_percent/fullscreen_menu_button.png') 2x);
background-position: center center;
background-repeat: no-repeat;
border: solid 1px rgba(0, 0, 0, 0.3);
« no previous file with comments | « chrome/browser/resources/bookmark_manager/css/bmm.css ('k') | chrome/browser/resources/crashes.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698