diff --git a/ui (gen4)/css/layout.less b/ui (gen4)/css/layout.less index e7547c07..2d7d0772 100755 --- a/ui (gen4)/css/layout.less +++ b/ui (gen4)/css/layout.less @@ -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 { diff --git a/ui (gen4)/ui.js b/ui (gen4)/ui.js index c13d3aed..72d6d00e 100755 --- a/ui (gen4)/ui.js +++ b/ui (gen4)/ui.js @@ -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...