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; |