slower blinking
This commit is contained in:
parent
a938f95482
commit
45241d38e1
|
@ -224,9 +224,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.leaflet-marker-icon.node-alert {
|
.leaflet-marker-icon.node-alert {
|
||||||
-webkit-animation: blink 1s linear;
|
-webkit-animation: blink 2s linear;
|
||||||
-webkit-animation-iteration-count: infinite;
|
-webkit-animation-iteration-count: infinite;
|
||||||
animation: blink 1s linear;
|
animation: blink 2s linear;
|
||||||
animation-iteration-count: infinite;
|
animation-iteration-count: infinite;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue