6887a0f573
The itemNode and expandoNode elements have changed from img to span (https://bugs.dojotoolkit.org/ticket/16699), so we now put our tree icons inside them rather than replacing them. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
9 lines
515 B
HTML
9 lines
515 B
HTML
<div class="dijitProgressBar dijitProgressBarEmpty" role="progressbar"
|
|
><div data-dojo-attach-point="internalProgress" class="dijitProgressBarFull"
|
|
><div class="dijitProgressBarTile" role="presentation"></div
|
|
><span style="visibility:hidden"> </span
|
|
></div
|
|
><div data-dojo-attach-point="labelNode" class="dijitProgressBarLabel" id="${id}_label"></div
|
|
><span data-dojo-attach-point="indeterminateHighContrastImage"
|
|
class="dijitInline dijitProgressBarIndeterminateHighContrastImage"></span
|
|
></div>
|