and again some small modifications, nothing big...
[themes.git] / LCARStrek / global / skin / tree.css
index 38a57bb847e0f212e73fcd93224bc58bea5e7c49..0e6b3c7e49296957ba3b9ac62e9bc50a653e94f6 100755 (executable)
@@ -21,10 +21,20 @@ tree.inset {
   margin: 1px 5px 2px 5px;
 }
 
+/*
 treeitem[selected="true"] > treerow { 
-/*     color: #000000; */
+/      color: #000000; /
        background-color: #008484;
 }
+*/
+
+tree:focus > treechildren treeitem[selected="true"] > treerow,
+treeitem[dd-dropon="true"] > treerow
+  {
+       background-color    : #008484;
+/*       color               : #000000; */
+  }
+
 
 treecell { 
   white-space: nowrap;