some small adjustments to make it work better
[themes.git] / LCARStrek / global / tree.css
index b7e588c459baa1b5aad4c35b6e7187b4e53d2423..ebcabf6c61317fe8f09d0aca2a1cad5d72c90bd4 100644 (file)
@@ -380,15 +380,17 @@ treechildren.gridlines::-moz-tree-row {
 /* ::::: alternating background ::::: */
 
 treechildren[alternatingbackground="true"]::-moz-tree-row(odd) {
-  background-color: #6000CF;
+  background-color: #404000;
 }
 
 treechildren[alternatingbackground="true"]::-moz-tree-row(odd, selected) {
   background-color: #E7ADE7;
+  color: #000000;
 }
 
 treechildren[alternatingbackground="true"]::-moz-tree-row(odd, selected, focus) {
   background-color: #E7ADE7;
+  color: #000000;
 }
 
 /* ::::: editable tree ::::: */