Teste mal das ↓.
CSS
treechildren::-moz-tree-row(selected) {
-moz-appearance: none !important;
background-color: #C1C1C1 !important;
}
treechildren::-moz-tree-row(selected, focus) {
-moz-appearance: none !important;
background-color: #009900 !important;
}
treechildren::-moz-tree-row(selected, hover),
treechildren::-moz-tree-row(selected, focus, hover) {
background-color: #D1E2F2 !important;
}
Alles anzeigen
P.S.: Eventuell musst Du noch treechildren::-moz-tree-cell-text passend ändern und wie immer musst Du auf Dir genehme Farben ändern.