updating EarlyBlue for recent XUL changes
[themes.git] / EarlyBlue / skin / EarlyBlue / global / tree.css
index 5c20d6b15ba78ca782b364df21ca11f742610859..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;
@@ -242,5 +242,7 @@ treerow[mode="inline-edit"]
     margin-left           : 0px;
   }
 
-
-
+.inline-edit-cell-box[mode="edit"] 
+  {
+    margin                : 0px;
+  }