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

Unified Diff: chrome/browser/resources/print_preview.css

Issue 7057047: Print Preview: Preventing "Preview loading..." animation from rendering when not displayed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebasing Created 9 years, 7 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 | chrome/browser/resources/print_preview.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/print_preview.css
diff --git a/chrome/browser/resources/print_preview.css b/chrome/browser/resources/print_preview.css
index fc0ff2630c853af773f087dfe061786e26984e1b..61b2fd7a5bb2190d1e7b83cfae288a059f1562f7 100644
--- a/chrome/browser/resources/print_preview.css
+++ b/chrome/browser/resources/print_preview.css
@@ -655,7 +655,7 @@ select {
display: none;
}
-#dancing-dots {
+#overlay-layer {
-webkit-transition: opacity 0.5s linear;
-webkit-user-select: none;
background: -webkit-radial-gradient(#eaeaea, #b8b8b8);
@@ -666,7 +666,7 @@ select {
width: 100%;
}
-#dancing-dots.invisible {
+#overlay-layer.invisible {
-webkit-transition: opacity 0.7s linear;
opacity: 0;
pointer-events: none;
« no previous file with comments | « no previous file | chrome/browser/resources/print_preview.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698