Merge pull request #142 from CartoDB/fix-loading

change loader opacity
pull/144/head
piensaenpixel 8 years ago committed by GitHub
commit 39ad9c0214

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

Loading…
Cancel
Save