updating EarlyBlue for recent XUL changes
[themes.git] / EarlyBlue / skin / EarlyBlue / global / tree.css
index 55efa42b3988adea4c868afee5e22c16e307c18c..659b324dc9b8479b6b3eaf3ba75be9cc76545c34 100644 (file)
@@ -7,7 +7,8 @@
  **/
 tree 
   {
-    border                : none;
+    border                : 1px inset #CCD0DD;
+    margin                : 1px 3px 2px 3px;
     background-color      : white;
     color                 : #000000;
   }
@@ -24,12 +25,6 @@ tree
   {
   }  
   
-tree.inset
-  {
-    border                : 1px inset #CCD0DD;
-    margin                : 1px 3px 2px 3px;
-  }
-
 treeitem[selected="true"] > treerow
   {
     color                 : white;
@@ -95,6 +90,11 @@ tree:focus > treechildren treeitem[selected="true"][current="true"] > treerow
     padding               : 0px 4px 0px 4px;
   }
 
+.treecell-header-text
+  {
+    margin                : 0px;
+  }
+
 .treecell-header-image-box 
   {
     padding               : 0px 1px 0px 1px;
@@ -195,6 +195,10 @@ treeitem[container="true"][open="true"] > treerow > treecell > .tree-cell-twisty
     list-style-image      : url("chrome://global/skin/twisty-open.gif");
   }
 
+treeitem[empty="true"] > treerow > treecell > .tree-cell-twisty {               
+    visibility            : hidden;
+}   
+
 /* tree header with sort direction indicators */
 
 .tree-header-sortdirection 
@@ -238,4 +242,7 @@ treerow[mode="inline-edit"]
     margin-left           : 0px;
   }
 
-
+.inline-edit-cell-box[mode="edit"] 
+  {
+    margin                : 0px;
+  }