Chromium Code Reviews| 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 2ce80d83ba2a7111cd719b181a8a6ce1bda1fcd6..de1ac89700ef3dbbab85a08313669892e51591f3 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; |
|
michaelpg
2015/10/02 09:10:49
nit: do in another CL
Dan Beam
2015/10/03 02:43:58
but it's related to this CL :)
|
| width: var(--downloads-item-width); |
| } |
| @@ -74,7 +75,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); |
| @@ -189,8 +190,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; |
| } |