Extjs Treepanel: CSS zum Ändern von Standardsymbolen (Knoten und Blatt)

Ich habe eine Baumplatte wiehttp://jsfiddle.net/bmbMy/ Ich versuche, die Standardsymbole (Knoten und Blatt) mithilfe von CSS zu ändern. Aber das funktioniert nicht.

.x-grid-row  .x-grid-tree-node-expanded {
    background: url('http://icons.iconarchive.com/icons/sekkyumu/developpers/16/Play-Green-Button-icon.png') no-repeat center center !important;
}
.x-grid-row  .x-grid-tree-node-leaf {
    background-image:url('http://icons.iconarchive.com/icons/graphicrating/koloria/16/Button-Play-Pause-icon.png');
}

Wie kann ich das tun, danke

Antworten auf die Frage(1)

Ihre Antwort auf die Frage