keeping up with Classic development, e.g. adding im, popup-blocker and junk mail...
[themes.git] / LCARStrek / messenger / addressbook / addressbook.css
index 3bd7c0a664208e296a4b6dfa3579e8eb125d5d21..04079cbe83cdb00627bcac6dc3965d6386b7dcf3 100644 (file)
 } 
 
 #button-newim {
-  list-style-image:url("chrome://messenger/skin/addressbook/icons/newmsg.gif");
+  list-style-image:url("chrome://messenger/skin/addressbook/icons/im.gif");
 }
 
 #button-newim:hover,
 #button-newim:hover:active {
-  list-style-image: url("chrome://messenger/skin/addressbook/icons/newmsg-hover.gif");
+  list-style-image: url("chrome://messenger/skin/addressbook/icons/im-hover.gif");
 } 
 
 #button-newim[disabled="true"] {
-  list-style-image: url("chrome://messenger/skin/addressbook/icons/newmsg-disabled.gif") !important;
+  list-style-image: url("chrome://messenger/skin/addressbook/icons/im-disabled.gif") !important;
 } 
 
 #button-delete {