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

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

Issue 1378993003: Vulcanize new Material Design downloads UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@vulcanize2
Patch Set: -crisper.html Created 5 years, 2 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/md_downloads/crisper.js ('k') | chrome/browser/resources/md_downloads/manager.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 5d0e86365cff2dca0b1951f8e934af94e2e2d106..3c5b17d7085dfaf182169cc94e575637f9ecdce7 100644
--- a/chrome/browser/resources/md_downloads/item.css
+++ b/chrome/browser/resources/md_downloads/item.css
@@ -23,6 +23,7 @@
flex: none;
margin: 0 auto;
min-height: 103px;
+ position: relative;
width: var(--downloads-item-width);
}
@@ -78,7 +79,7 @@
}
#warning {
- -webkit-mask-image: url(../../../../ui/webui/resources/images/warning.svg);
+ -webkit-mask-image: url(chrome://resources/images/warning.svg);
-webkit-mask-repeat: no-repeat;
-webkit-mask-size: 100%;
background: rgb(255, 193, 7);
@@ -193,8 +194,9 @@
#incognito {
bottom: 20px;
- content: -webkit-image-set(url(1x/incognito_marker.png) 1x,
- url(2x/incognito_marker.png) 2x);
+ content: -webkit-image-set(
+ url(chrome://downloads/1x/incognito_marker.png) 1x,
+ url(chrome://downloads/2x/incognito_marker.png) 2x);
position: absolute;
right: 10px;
}
« no previous file with comments | « chrome/browser/resources/md_downloads/crisper.js ('k') | chrome/browser/resources/md_downloads/manager.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698