X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmessenger%2Faddressbook%2FaddressPanes.css;h=9ccc1065c13ee36d86aa94afb19b6388b5114af1;hp=33585d0c457c15629d6c210213c85e8b3ae273d9;hb=e39bc6242308c6063837d4a25c11b9e64be9f5da;hpb=c37975ccd5cbbaecc6ea33ba25eac5b9cdc6ef29 diff --git a/EarlyBlue/messenger/addressbook/addressPanes.css b/EarlyBlue/messenger/addressbook/addressPanes.css index 33585d0c..9ccc1065 100644 --- a/EarlyBlue/messenger/addressbook/addressPanes.css +++ b/EarlyBlue/messenger/addressbook/addressPanes.css @@ -45,18 +45,26 @@ /* ::::: directory pane icons ::::: */ -treechildren:-moz-tree-image(DirCol) { +treechildren::-moz-tree-image(DirCol) { list-style-image: url("chrome://messenger/skin/addressbook/icons/addrbook.gif"); } -treechildren:-moz-tree-image(DirCol, IsMailList-true) { +treechildren::-moz-tree-image(DirCol, IsMailList-true) { list-style-image: url("chrome://messenger/skin/addressbook/icons/ablist.gif"); } -treechildren:-moz-tree-image(DirCol, IsRemote-true) { +treechildren::-moz-tree-image(DirCol, IsRemote-true) { list-style-image: url("chrome://messenger/skin/addressbook/icons/remote-addrbook.gif"); } -treechildren:-moz-tree-image(DirCol, IsRemote-true, IsSecure-true) { +treechildren::-moz-tree-image(DirCol, IsRemote-true, IsSecure-true) { list-style-image: url("chrome://messenger/skin/addressbook/icons/secure-remote-addrbook.gif"); } + +#dirTree [sortDirection="ascending"] { + list-style-image: none; +} + +#dirTree [sortDirection="descending"] { + list-style-image: none; +} \ No newline at end of file