keeping up with Classic and EarlyBlue development, add some LCARStrek-specific tweaks...
[themes.git] / LCARStrek / messenger / addressbook / addressPanes.css
index 3e0e354d044af4204243a0ce2356a6dfadcafc04..7bf224e87b88c9c4e874e4a899bd7836aaf1267f 100644 (file)
@@ -56,3 +56,15 @@ treechildren:-moz-tree-image(DirCol, IsMailList-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) {
+  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;
+}