keep up with Classic; bump skinVersion to 1.5 and EarlyBlue version to 1.5b (if I...
[themes.git] / EarlyBlue / messenger / addressbook / addressPanes.css
index 2a40f084ceb9dd29a4aa87f5eb0340f5df21deab..9ccc1065c13ee36d86aa94afb19b6388b5114af1 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