| 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);
|
| +}
|
|
|