updating for kairo.at bug 50 workaround and small other thingys
[themes.git] / LCARStrek / global / skin / tree.css
index 38a57bb847e0f212e73fcd93224bc58bea5e7c49..7fcee72890e2065a72937a9e73302948432ebfaf 100755 (executable)
@@ -18,13 +18,23 @@ tree {
 tree.inset {
   -moz-border-radius: 5px;
   border: 1px solid #9C9CFF;
-  margin: 1px 5px 2px 5px;
+  margin: 1px 3px 2px 3px;
 }
 
+/*
 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;
@@ -137,3 +147,4 @@ treecol[sortActive="true"]
     list-style-image       : url("chrome://global/skin/columnselect.gif");
   }
 
+