rewrite of LCARStrek for 0.9.8(+): big moving around and rewirting of things, see...
[themes.git] / LCARStrek / global / tree.css
index 0b7d046cfa22470b6fb961bcdfed7f125092883e..c4ce2b044ada551e68dbb7514668d8ce8663c9c9 100644 (file)
@@ -207,14 +207,14 @@ treecell.propertylist
 
 .tree-cell-twisty 
   {
-    list-style-image      : url("chrome://global/skin/twisty-closed.gif");
+    list-style-image      : url("chrome://global/skin/tree/twisty-closed.gif");
     -moz-user-focus       : ignore;
     padding-right         : 2px;
   }
 
 .treecell-indent > .tree-cell-primary-icon 
   {
-    padding-left          : 14px;
+    padding-left          : 11px;
   }
 
 treeitem[container="true"] > treerow > .treecell-indent > .tree-cell-primary-icon 
@@ -229,7 +229,7 @@ treeitem[container="true"] > treerow > .treecell-indent > .tree-cell-primary-ico
 
 treeitem[container="true"][open="true"] > treerow > treecell > .tree-cell-twisty 
   {
-    list-style-image      : url("chrome://global/skin/twisty-open.gif");
+    list-style-image      : url("chrome://global/skin/tree/twisty-open.gif");
   }
 
 treeitem[empty="true"] > treerow > treecell > .tree-cell-twisty {               
@@ -245,12 +245,12 @@ treeitem[empty="true"] > treerow > treecell > .tree-cell-twisty {
 
 .sortDirectionIndicator[sortDirection="ascending"]  > .treecell-header-box > .tree-header-sortdirection 
   {
-    list-style-image      : url("chrome://global/skin/sortAscending.gif");
+    list-style-image      : url("chrome://global/skin/tree/sort-asc.gif");
   }
 
 .sortDirectionIndicator[sortDirection="descending"] > .treecell-header-box > .tree-header-sortdirection 
   {
-    list-style-image      : url("chrome://global/skin/sortDescending.gif");
+    list-style-image      : url("chrome://global/skin/tree/sort-desc.gif");
   }
 
 treecol[sortDirection="true"],
@@ -263,7 +263,7 @@ treecol[sortActive="true"]
 
 .treecell-popup-icon
   {
-    list-style-image      : url("chrome://global/skin/columnselect.gif");
+    list-style-image      : url("chrome://global/skin/tree/columnpicker.gif");
   }
 
 /* Inline Editable Treecells */