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

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

Issue 1101073002: Gallery: Set opacity=1 when printing image. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | « no previous file | no next file » | 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 7b933b203f09d7624e050b607b717d41343b8a52..37aa6fc9cbb519528e2b2e8f1748063d79492ce2 100644
--- a/ui/file_manager/gallery/css/gallery.css
+++ b/ui/file_manager/gallery/css/gallery.css
@@ -138,10 +138,10 @@ input[type='checkbox']:checked {
/* Print the full resolution image instead. */
.gallery .image-container > canvas.fullres {
- display: block !important;
height: auto !important;
max-height: 100%;
max-width: 100%;
+ opacity: 1 !important;
position: static !important;
transform: none !important;
visibility: visible !important;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698