Set default stroke to make it work in IE11

This commit is contained in:
elenatorro 2018-03-22 19:05:32 +01:00
parent 98f9a197e2
commit 5ee0e4fed2

View File

@ -126,7 +126,7 @@ This is the generic loader for widgets, maps, components, ...
.CDB-LoaderIcon-path {
stroke: rgba(255, 255, 255, 0.88);
stroke-linecap: round;
stroke-dasharray: 1, 150;
stroke-dasharray: 90, 150;
stroke-dashoffset: 0;
animation: dash 1.5s ease-in-out infinite;
stroke-width: 4px;