some nice smaqll fixes
[themes.git] / EarlyBlue / skin / EarlyBlue / global / tree.css
index 55efa42b3988adea4c868afee5e22c16e307c18c..5c20d6b15ba78ca782b364df21ca11f742610859 100644 (file)
@@ -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 
@@ -239,3 +243,4 @@ treerow[mode="inline-edit"]
   }
 
 
+