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

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

Issue 809803006: Gallery: Add debugMe method to Gallery. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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/chromeos/file_manager/gallery_jstest.cc ('k') | ui/file_manager/gallery/js/gallery.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 4395f4fb01972c9f87a12a14d722b99cf08b6bc6..d49bee34902420f2e2cd4ca0a75e9c4a22752f7c 100644
--- a/ui/file_manager/gallery/css/gallery.css
+++ b/ui/file_manager/gallery/css/gallery.css
@@ -1339,3 +1339,28 @@ input[type='checkbox']:checked {
url(chrome://resources/images/2x/apps/topbar_button_close.png) 2x)
center;
}
+
+.debug-me .load-target-content-metadata::before,
+.debug-me .load-target-external-metadata::before,
+.debug-me .load-target-file-entry::before {
+ bottom: 0;
+ content: '';
+ display: block;
+ left: 0;
+ position: absolute;
+ right: 0;
+ top: 0;
+ z-index: 1;
+}
+
+.debug-me .load-target-content-metadata::before {
+ background-color: rgba(255, 0, 0, 0.3);
+}
+
+.debug-me .load-target-external-metadata::before {
+ background-color: rgba(0, 255, 0, 0.3);
+}
+
+.debug-me .load-target-file-entry::before {
+ background-color: rgba(0, 0, 255, 0.3);
+}
« no previous file with comments | « chrome/browser/chromeos/file_manager/gallery_jstest.cc ('k') | ui/file_manager/gallery/js/gallery.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698