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