Index: ui/file_manager/file_manager/foreground/css/common.css |
diff --git a/ui/file_manager/file_manager/foreground/css/common.css b/ui/file_manager/file_manager/foreground/css/common.css |
index 32475ab49fa34d65052e25293112a55da93b88ee..4a598311c86e57b9352be5b3479c022c8746336a 100644 |
--- a/ui/file_manager/file_manager/foreground/css/common.css |
+++ b/ui/file_manager/file_manager/foreground/css/common.css |
@@ -227,7 +227,7 @@ html[dir='rtl'] .entry-name { |
outline: none; |
} |
-@-webkit-keyframes pulse { |
+@keyframes pulse { |
0% { |
transform: scale(1); |
} |
@@ -243,10 +243,10 @@ html[dir='rtl'] .entry-name { |
} |
.cr-dialog-frame.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; |
} |
.shown > .cr-dialog-frame { |