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

Unified Diff: ui/file_manager/gallery/css/gallery.css

Issue 504073002: Files.app: Move VP/Galllery related files to dedicate folders (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 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
Index: ui/file_manager/gallery/css/gallery.css
diff --git a/ui/file_manager/gallery/css/gallery.css b/ui/file_manager/gallery/css/gallery.css
index 77021d27ead42277f79a9680f0e7beaf43fedded..7d4484f0bf8dbe9ba077436f4218cce088f392af 100644
--- a/ui/file_manager/gallery/css/gallery.css
+++ b/ui/file_manager/gallery/css/gallery.css
@@ -1128,8 +1128,8 @@ input[type='checkbox']:checked {
-webkit-box-pack: center;
background-color: rgba(24, 24, 24, 1);
background-image: -webkit-image-set(
- url(../../file_manager/foreground/images/media/error.png) 1x,
- url(../../file_manager/foreground/images/media/2x/error.png) 2x);
+ url(../images/100/error.png) 1x,
+ url(../images/200/error.png) 2x);
background-position: 25px center;
background-repeat: no-repeat;
color: white;
« no previous file with comments | « ui/file_manager/file_manager/foreground/js/mouse_inactivity_watcher.js ('k') | ui/file_manager/gallery/gallery.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698