treechildren::-moz-tree-row{
background-color: 888;border:
1px solid transparent;
}

treechildren::-moz-tree-row(hover){
border: 1px solid red;
}
かな?