Update download progress bar color
This commit is contained in:
parent
d6823f492d
commit
fc3001978c
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ $(document).ready(function() {
|
||||||
$('#dl-progress').circleProgress({
|
$('#dl-progress').circleProgress({
|
||||||
value: 0.0,
|
value: 0.0,
|
||||||
startAngle: -Math.PI / 2,
|
startAngle: -Math.PI / 2,
|
||||||
fill: '#00C8D7',
|
fill: '#3B9DFF',
|
||||||
size: 158,
|
size: 158,
|
||||||
animation: { duration: 300 }
|
animation: { duration: 300 }
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue