Merge pull request #286 from pdehaan/issue-205

Update download progress bar color
This commit is contained in:
Peter deHaan
2017-07-24 08:49:45 -07:00
committed by GitHub

View File

@@ -54,7 +54,7 @@ $(document).ready(function() {
$('#dl-progress').circleProgress({
value: 0.0,
startAngle: -Math.PI / 2,
fill: '#00C8D7',
fill: '#3B9DFF',
size: 158,
animation: { duration: 300 }
});