slower blinking

This commit is contained in:
Nils Schneider 2015-03-23 14:54:14 +01:00
parent a938f95482
commit 45241d38e1

View file

@ -224,9 +224,9 @@
}
.leaflet-marker-icon.node-alert {
-webkit-animation: blink 1s linear;
-webkit-animation: blink 2s linear;
-webkit-animation-iteration-count: infinite;
animation: blink 1s linear;
animation: blink 2s linear;
animation-iteration-count: infinite;
}