X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fglobal%2Ftree.css;h=c4ce2b044ada551e68dbb7514668d8ce8663c9c9;hb=f1748805bc4341ed02dc15d432ad1f645b6d9c25;hp=0b7d046cfa22470b6fb961bcdfed7f125092883e;hpb=351107c90e7ee7a17d9bf63798f2861307118309;p=themes.git 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 */