| Index: ui/webui/resources/css/overlay.css
|
| diff --git a/ui/webui/resources/css/overlay.css b/ui/webui/resources/css/overlay.css
|
| index 9649636a19e067c28d5a79f6d021a058d4cffb2e..ed95bd48385b5cb43ac157870add35689157c89f 100644
|
| --- a/ui/webui/resources/css/overlay.css
|
| +++ b/ui/webui/resources/css/overlay.css
|
| @@ -50,7 +50,7 @@
|
| }
|
|
|
| /* keyframes used to pulse the overlay */
|
| -@-webkit-keyframes pulse {
|
| +@keyframes pulse {
|
| 0% {
|
| transform: scale(1);
|
| }
|
| @@ -66,10 +66,10 @@
|
| }
|
|
|
| .overlay .page.pulse {
|
| - -webkit-animation-duration: 180ms;
|
| - -webkit-animation-iteration-count: 1;
|
| - -webkit-animation-name: pulse;
|
| - -webkit-animation-timing-function: ease-in-out;
|
| + animation-duration: 180ms;
|
| + animation-iteration-count: 1;
|
| + animation-name: pulse;
|
| + animation-timing-function: ease-in-out;
|
| }
|
|
|
| .overlay .page > .close-button {
|
|
|