some nice smaqll fixes
[themes.git] / LCARStrek / skin / LCARStrek / global / tree.css
index d310b1171267ae7456e036200887fc462e084c31..49d279ae9b0ca8ffd4cfba540dc891f158241886 100644 (file)
@@ -194,6 +194,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 
@@ -245,3 +249,4 @@ treerow[mode="inline-edit"]
 
 
 
+