mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
minor fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
4c799d0708
commit
d8d010e382
@ -1403,7 +1403,7 @@ stretching in width... */
|
|||||||
box-shadow: 0 -2px 0 0 yellow inset;
|
box-shadow: 0 -2px 0 0 yellow inset;
|
||||||
}
|
}
|
||||||
.overlay-info .ribbon-count {
|
.overlay-info .ribbon-count {
|
||||||
opacity: 0.3;
|
opacity: 0.7;
|
||||||
//font-size: small;
|
//font-size: small;
|
||||||
}
|
}
|
||||||
.overlay-info .ribbon-count:not(:empty):before {
|
.overlay-info .ribbon-count:not(:empty):before {
|
||||||
|
|||||||
@ -161,7 +161,13 @@ $(function(){
|
|||||||
ig.showProgress(msg || ['Progress', e], '+0', '+1')
|
ig.showProgress(msg || ['Progress', e], '+0', '+1')
|
||||||
|
|
||||||
} else if(e == 'loaded' || e == 'done' || e == 'written'
|
} 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')
|
ig.showProgress(msg || ['Progress', e], '+1')
|
||||||
|
|
||||||
// XXX STUB...
|
// XXX STUB...
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user