loleaflet: Set cursor blinking linear

This commit is contained in:
Henry Castro 2015-06-25 12:15:38 -04:00
parent fbcbc462d6
commit fa89bbd55b

View file

@ -560,11 +560,11 @@
.blinking-cursor { .blinking-cursor {
color: #2E3D48; color: #2E3D48;
-webkit-animation: 1s blink step-end infinite; -webkit-animation: 1s blink linear 0s infinite;
-moz-animation: 1s blink step-end infinite; -moz-animation: 1s blink linear 0s infinite;
-ms-animation: 1s blink step-end infinite; -ms-animation: 1s blink linear 0s infinite;
-o-animation: 1s blink step-end infinite; -o-animation: 1s blink linear 0s infinite;
animation: 1s blink step-end infinite; animation: 1s blink linear 0s infinite;
} }
@keyframes "blink" { @keyframes "blink" {