adding/improving drag&drop highlighting on trees and cleaning up
[themes.git] / EarlyBlue / global / skin / tree.css
index eb96f022fe85aba938dc11f694083c02556677d8..1afe72634622bc74ef2c5879a79d785927cd9669 100755 (executable)
@@ -23,10 +23,12 @@ tree.inset {
   margin: 1px 3px 2px 3px;
 }
 
-treeitem[selected="true"] > treerow { 
+treeitem[selected="true"] > treerow,
+treeitem[dd-dropon="true"] > treerow
+  {
        color: white;
        background-color: #336699;
-}
+  }
 
 treecell { 
   white-space: nowrap;
@@ -137,3 +139,5 @@ treecol[sortActive="true"]
     list-style-image       : url("chrome://global/skin/columnselect.gif");
   }
 
+
+