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>
10 lines
370 B
HTML
10 lines
370 B
HTML
<tr class="dijitMenuSeparator" role="separator">
|
|
<td class="dijitMenuSeparatorIconCell">
|
|
<div class="dijitMenuSeparatorTop"></div>
|
|
<div class="dijitMenuSeparatorBottom"></div>
|
|
</td>
|
|
<td colspan="3" class="dijitMenuSeparatorLabelCell">
|
|
<div class="dijitMenuSeparatorTop dijitMenuSeparatorLabel"></div>
|
|
<div class="dijitMenuSeparatorBottom"></div>
|
|
</td>
|
|
</tr>
|