hier nochmal alles zusammen
CSS
#threadTree treechildren::-moz-tree-row() {
border-bottom: 1px dotted #d7d7db !important; }
#threadTree treechildren::-moz-tree-row(even) {
-moz-appearance: none !important;
background-image: none !important;
background-color: white !important; }
#threadTree treechildren::-moz-tree-row(odd) {
-moz-appearance: none !important;
background-image: none !important;
background-color: white !important; }
#threadTree treechildren::-moz-tree-row(selected) {
background-color: #ffe900 !important;
border: 0px !important; }
#threadTree treechildren::-moz-tree-row(selected) {
border-bottom: 1px dotted red !important; }
Alles anzeigen
Ergenis
Die blaue Linie bleibt immernoch wenn man mit dem Mauszeiger drüberfaährt.