keeping up with classic and new features
[themes.git] / EarlyBlue / global / tree.css
index 2d82b0d8520121c19365b8ba1fe0067d6417172b..d531214a3c90724053767ea144e8e826406f08b3 100644 (file)
@@ -208,14 +208,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 
@@ -230,7 +230,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 {               
@@ -246,19 +246,19 @@ 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");
   }
 
 /* column selection popup menu icon */
 
 .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 */