X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Ftree.css;h=d531214a3c90724053767ea144e8e826406f08b3;hp=2d82b0d8520121c19365b8ba1fe0067d6417172b;hb=7c110a07b23b8d007357734166ed48fd3092a4d2;hpb=b87c9562a4c728734927c455c6201d13d11c8a9e diff --git a/EarlyBlue/global/tree.css b/EarlyBlue/global/tree.css index 2d82b0d8..d531214a 100644 --- a/EarlyBlue/global/tree.css +++ b/EarlyBlue/global/tree.css @@ -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 */