keep up with Classic trunk development
[themes.git] / EarlyBlue / messenger / addressbook / addressPanes.css
index 2a40f084ceb9dd29a4aa87f5eb0340f5df21deab..5c795ab3bdc0b58d80502735ef600e6075111f3d 100644 (file)
 
 /* ::::: directory pane icons ::::: */
 
-.ab-directory-icon {
-  list-style-image: url("chrome://messenger/skin/addressbook/myaddrbk.gif");
-  margin-right: 1px;
-  margin-left: 1px;
+treechildren:-moz-tree-image(DirCol) {
+  list-style-image: url("chrome://messenger/skin/addressbook/icons/addrbook.gif");
 }
 
-.ab-directory-icon[IsMailList="true"] {
-  list-style-image: url("chrome://messenger/skin/addressbook/list.gif");
-  margin-right: 1px;
-  margin-left: 1px;
+treechildren:-moz-tree-image(DirCol, IsMailList-true) {
+  list-style-image: url("chrome://messenger/skin/addressbook/icons/ablist.gif");
 }
 
-/* ::::: result pane icons ::::: */
+treechildren:-moz-tree-image(DirCol, IsRemote-true) {
+  list-style-image: url("chrome://messenger/skin/addressbook/icons/remote-addrbook.gif");
+}
 
-.ab-results-icon {
-  list-style-image: url("chrome://messenger/skin/abcard.gif");
-  margin-right: 1px;
+treechildren:-moz-tree-image(DirCol, IsRemote-true, IsSecure-true) {
+  list-style-image: url("chrome://messenger/skin/addressbook/icons/secure-remote-addrbook.gif");
 }
 
-.ab-results-icon[IsMailList="true"] {
-  list-style-image: url("chrome://messenger/skin/addressbook/list.gif");
-  margin-right: 1px;
+#dirTree [sortDirection="ascending"] {
+  list-style-image: none;
 }
+
+#dirTree [sortDirection="descending"] {
+  list-style-image: none;
+}
\ No newline at end of file