adding/improving drag&drop highlighting on trees and cleaning up
[themes.git] / LCARStrek / global / skin / tree.css
index 38a57bb847e0f212e73fcd93224bc58bea5e7c49..23c4d3dd68da20d25a6366f1f051140b4be405a5 100755 (executable)
@@ -18,13 +18,16 @@ 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; */
-       background-color: #008484;
-}
+treeitem[selected="true"] > treerow,
+treeitem[dd-dropon="true"] > treerow
+  {
+       background-color    : #008484;
+/*       color               : #000000; */
+  }
+
 
 treecell { 
   white-space: nowrap;
@@ -137,3 +140,6 @@ treecol[sortActive="true"]
     list-style-image       : url("chrome://global/skin/columnselect.gif");
   }
 
+
+
+