keeping up with Classic and EarlyBlue development, add some LCARStrek-specific tweaks...
[themes.git] / LCARStrek / messenger / addressbook / addressPanes.css
index dfdd36d08ec26e9048539f0e9b873bfb6a1d104b..7bf224e87b88c9c4e874e4a899bd7836aaf1267f 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");
+}
+
+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 {
-  list-style-image: url("chrome://messenger/skin/abcard.gif");
-  margin-right: 1px;
+#dirTree [sortDirection="ascending"] {
+  list-style-image: none;
 }
 
-.ab-results-icon[IsMailList="true"] {
-  list-style-image: url("chrome://messenger/skin/addressbook/list.gif");
-  margin-right: 1px;
+#dirTree [sortDirection="descending"] {
+  list-style-image: none;
 }