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

Unified Diff: chrome/browser/resources/md_downloads/item.css

Issue 1266443007: MD downloads: implement incognito markers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dl-menu2
Patch Set: Created 5 years, 5 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/md_downloads/item.css
diff --git a/chrome/browser/resources/md_downloads/item.css b/chrome/browser/resources/md_downloads/item.css
index 0e9c412b1779877d088031fd289277becbf12e7f..1d1cd89d40059e92773666089442df3d18f66bd7 100644
--- a/chrome/browser/resources/md_downloads/item.css
+++ b/chrome/browser/resources/md_downloads/item.css
@@ -125,6 +125,14 @@
border-radius: 2px;
}
+#incognito {
+ -webkit-margin-end: 0;
+ -webkit-margin-start: 16px;
+ /* This image is 128x128 so it'll work fine in 2x. */
+ content: url(../../../../ui/webui/resources/images/incognito_icon.png);
+ width: 64px;
+}
+
#remove-wrapper {
align-self: flex-start;
margin: 0;

Powered by Google App Engine
This is Rietveld 408576698