X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fmessenger%2FfolderPane.css;h=26d8819a0d4258306b48f77b2429e878bfe34505;hp=2dd9673a884a5b0dee3264c9055526e2258c3544;hb=ac1cdf20ca3febffec0359a654a42424a668a72e;hpb=7aa6555801cc190778098a3847e8fc55e5468771 diff --git a/LCARStrek/messenger/folderPane.css b/LCARStrek/messenger/folderPane.css index 2dd9673a..26d8819a 100644 --- a/LCARStrek/messenger/folderPane.css +++ b/LCARStrek/messenger/folderPane.css @@ -96,6 +96,13 @@ treechildren:-moz-tree-image(folderNameCol, specialFolder-Templates) { list-style-image: url("chrome://messenger/skin/icons/folder-template.gif"); } +/* ..... Junk ..... */ + +treechildren:-moz-tree-image(folderNameCol, specialFolder-Junk) { + padding-right: 2px; + list-style-image: url("chrome://messenger/skin/icons/folder-junk.gif"); +} + /* ..... Trash ..... */ treechildren:-moz-tree-image(folderNameCol, specialFolder-Trash) { @@ -197,7 +204,15 @@ treechildren:-moz-tree-image(syncCol, isServer-true) { border: none; } -#folderUnreadCol, -#folderTotalCol { +#folderTotalCol, +#folderSizeCol { text-align: right; } + +#folderNameCol [sortDirection="ascending"] { + list-style-image: none; +} + +#folderNameCol [sortDirection="descending"] { + list-style-image: none; +}