kepping up with Classic, turning skinVersion to 1.2
[themes.git] / LCARStrek / messenger / addressbook / addressbook.css
index 8693fd1ad187d7122a342afa4e405343adbdccf2..be0e7bd8e2119a0495760efb66a6c43ee2c61ee1 100644 (file)
   list-style-image: url("chrome://messenger/skin/addressbook/icons/newmsg-disabled.gif") !important;
 } 
 
+#button-newim {
+  list-style-image:url("chrome://messenger/skin/addressbook/icons/newmsg.gif");
+}
+
+#button-newim:hover,
+#button-newim:hover:active {
+  list-style-image: url("chrome://messenger/skin/addressbook/icons/newmsg-hover.gif");
+} 
+
+#button-newim[disabled="true"] {
+  list-style-image: url("chrome://messenger/skin/addressbook/icons/newmsg-disabled.gif") !important;
+} 
+
 #button-delete {
   list-style-image:url("chrome://global/skin/icons/trash.gif");
 }
@@ -166,6 +179,11 @@ sidebarheader {
   min-width: 30px;
 }
 
+#cvBuddyIcon {
+  padding-left: 20px;
+  padding-top: 2px;
+}
+
 .CardViewText,
 .CardViewLink {
   padding-left: 20px;