File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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; }
You can’t perform that action at this time.
0 commit comments