mein css
CSS
#threadTree treechildren::-moz-tree-row {
background-color: #FFFFFF !important;
}
#threadTree treechildren::-moz-tree-row(odd) {
background-color: #F1F1F1 !important;
}
#threadTree treechildren::-moz-tree-row(selected) {
background-color: -moz-Dialog !important;
}
#threadTree treechildren::-moz-tree-row(selected, focus) {
background-color: Highlight !important;
}
#threadTree treechildren::-moz-tree-row(hover) {
border: 1px solid red !important;
/*border-top: 1px transparent !important;
border-left: 1px transparent !important;
border-right: 1px transparent !important;
background-color:red !important; */
}
Alles anzeigen
wenn Nachricht angeklickt
wenn ich nur unten einen border machen möchte, Zapelt es ein wenig die komplette Zeile