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

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

Issue 10828287: Add high dpi reference for extension icon on incognito tab. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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/incognito_tab.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/incognito_tab.css
diff --git a/chrome/browser/resources/incognito_tab.css b/chrome/browser/resources/incognito_tab.css
index 19f95152a45ab5c05cc5b5cea9d0f69906eff782..1b8c8df13d727cd885ff904dde5a299d9f0a2bab 100644
--- a/chrome/browser/resources/incognito_tab.css
+++ b/chrome/browser/resources/incognito_tab.css
@@ -38,6 +38,10 @@ html[dir='rtl'] .icon {
}
.extension-icon {
+ content: -webkit-image-set(
+ url('../../app/theme/default_100_percent/extensions_section.png') 1x,
+ url('../../app/theme/default_200_percent/extensions_section.png') 2x);
+ display: inline-block;
left: 0;
margin-top: -15px;
position: absolute;
« no previous file with comments | « no previous file | chrome/browser/resources/incognito_tab.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698