minor fix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-12-14 03:44:33 +03:00
parent 4c799d0708
commit d8d010e382
2 changed files with 8 additions and 2 deletions

View File

@ -1403,7 +1403,7 @@ stretching in width... */
box-shadow: 0 -2px 0 0 yellow inset;
}
.overlay-info .ribbon-count {
opacity: 0.3;
opacity: 0.7;
//font-size: small;
}
.overlay-info .ribbon-count:not(:empty):before {

View File

@ -161,7 +161,13 @@ $(function(){
ig.showProgress(msg || ['Progress', e], '+0', '+1')
} else if(e == 'loaded' || e == 'done' || e == 'written'
|| e == 'skipping' || e == 'index'){
|| e == 'index'){
ig.showProgress(msg || ['Progress', e], '+1')
} else if(e == 'skipping' || e == 'skipped'){
// XXX if everything is skipped the indicator does not
// get hidden...
//ig.showProgress(msg || ['Progress', e], '+0', '-1')
ig.showProgress(msg || ['Progress', e], '+1')
// XXX STUB...