keep up with Classic trunk development
[themes.git] / EarlyBlue / messenger / folderPane.css
index a269fc596c4a095ddb57ef4d0e41cd2b1ce24a79..2a8cf8c237eb8a379d9bfb8ba7981d3c4ffc9eeb 100644 (file)
@@ -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) {
@@ -202,3 +209,11 @@ treechildren:-moz-tree-image(syncCol, isServer-true) {
 #folderSizeCol {
   text-align: right;
 }
+
+#folderNameCol [sortDirection="ascending"] {
+  list-style-image: none;
+}
+
+#folderNameCol [sortDirection="descending"] {
+  list-style-image: none;
+}