Io uso questo codice, senza usare il tema Mostly Crystal:
treechildren::-moz-tree-row(odd) {
border: 1px solid transparent !important;
background-color: #FFFFFF !important;
min-height: 18px !important;
height: 1.3em !important;
}
treechildren::-moz-tree-row(even) {
border: 1px solid transparent !important;
background-color: #F4F4F4 !important;
min-height: 18px !important;
height: 1.3em !important;
}
treechildren::-moz-tree-row(selected) {
background-color: -moz-Dialog !important;
}
treechildren::-moz-tree-row(selected, focus) {
background-color: Highlight !important;
}
treechildren::-moz-tree-row(current, focus) {
border: 1px dotted #000000 !important;
}
treechildren::-moz-tree-row(selected, current, focus) {
border: 1px dotted #C0C0C0 !important;
}
tree[selstyle="primary"] > treechildren::-moz-tree-row {
border: none !important;
background-color: transparent !important;
}