Skip to content

Commit aed75ee

Browse files
Bart van den BurgBurgov
authored andcommitted
put W3C alternative last to overwrite prefixed version in browsers supporting both instead of the opposite
1 parent 8662309 commit aed75ee

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -287,27 +287,27 @@
287287
color: red;
288288
}
289289
.ajax-request-loading {
290-
animation: blink .5s ease-in-out infinite;
291290
-webkit-animation: blink .5s ease-in-out infinite;
292291
-o-animation: blink .5s ease-in-out infinite;
293292
-moz-animation: blink .5s ease-in-out infinite;
293+
animation: blink .5s ease-in-out infinite;
294294
}
295-
@keyframes blink {
295+
@-webkit-keyframes blink {
296296
0% { color: black; }
297297
50% { color: #bbb; }
298298
100% { color: black; }
299299
}
300-
@-webkit-keyframes blink {
300+
@-moz-keyframes blink {
301301
0% { color: black; }
302302
50% { color: #bbb; }
303303
100% { color: black; }
304304
}
305-
@-moz-keyframes blink {
305+
@-o-keyframes blink {
306306
0% { color: black; }
307307
50% { color: #bbb; }
308308
100% { color: black; }
309309
}
310-
@-o-keyframes blink {
310+
@keyframes blink {
311311
0% { color: black; }
312312
50% { color: #bbb; }
313313
100% { color: black; }

0 commit comments

Comments
 (0)