X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Ftree.css;h=c4ce2b044ada551e68dbb7514668d8ce8663c9c9;hp=0b7d046cfa22470b6fb961bcdfed7f125092883e;hb=b1eaa41997928ca662ce1158215dc02e5b203eb0;hpb=d81fcf5942d62a6330422fed14d3f5116a17276a diff --git a/LCARStrek/global/tree.css b/LCARStrek/global/tree.css index 0b7d046c..c4ce2b04 100644 --- a/LCARStrek/global/tree.css +++ b/LCARStrek/global/tree.css @@ -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 */