| Index: chrome/browser/resources/print_preview/search/destination_search.css
|
| diff --git a/chrome/browser/resources/print_preview/search/destination_search.css b/chrome/browser/resources/print_preview/search/destination_search.css
|
| index 113fd652f0df9a4fa16085e61deaf30db145a0f1..903d86f4f303e05eefb005234e5eb241a73eb6f1 100644
|
| --- a/chrome/browser/resources/print_preview/search/destination_search.css
|
| +++ b/chrome/browser/resources/print_preview/search/destination_search.css
|
| @@ -69,12 +69,12 @@
|
| }
|
|
|
| #destination-search .invitation-container {
|
| - -webkit-animation: invitation-fadein 500ms;
|
| -webkit-box-align: center;
|
| -webkit-box-orient: vertical;
|
| + animation: invitation-fadein 500ms;
|
| }
|
|
|
| -@-webkit-keyframes invitation-fadein {
|
| +@keyframes invitation-fadein {
|
| from {
|
| opacity: 0;
|
| }
|
|
|