loleaflet: Set cursor blinking linear
This commit is contained in:
parent
fbcbc462d6
commit
fa89bbd55b
1 changed files with 5 additions and 5 deletions
10
loleaflet/dist/leaflet.css
vendored
10
loleaflet/dist/leaflet.css
vendored
|
@ -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" {
|
||||||
|
|
Loading…
Reference in a new issue