update to suite default status of 2009-01-30: bug 466261 - outbox icon
[themes.git] / LCARStrek / messenger / addressbook / addressbook.css
index 51850b0dc56e74e4711a41a647b9b4cee411f679..799b000f1f44101a9adde4ed3b04bd9f54aefb9f 100644 (file)
 }
 
 #button-delete {
-  list-style-image:url("chrome://global/skin/icons/trash.gif");
+  list-style-image: url("chrome://messenger/skin/icons/messengericons.png");
+  -moz-image-region: rect(0px 25px 21px 0px);
 }
 
-#button-delete:hover,
-#button-delete:hover:active {
-  list-style-image:url("chrome://global/skin/icons/trash-hover.gif");
+#button-delete[disabled="true"] {
+  -moz-image-region: rect(0px 50px 21px 25px);
 }
 
-#button-delete[disabled="true"] {
-  list-style-image: url("chrome://global/skin/icons/trash-disabled.gif") !important;
+#button-delete:not([disabled="true"]):hover,
+#button-delete:not([disabled="true"]):hover:active {
+  -moz-image-region: rect(0px 75px 21px 50px);
 }
 
 /* CardView styles - used in the Card View Pane */
 
 .CardViewHeading {
   padding: 1px;
-  padding-left: 5px;
-  margin: 0px 0px 1px 0px;
+  -moz-padding-start: 5px;
+  margin: 0 0 1px;
   background-color: #008484;
   color: #000000;
   font-weight: bold;
 }
 
 #cvBuddyIcon {
-  padding-left: 20px;
+  -moz-padding-start: 20px;
   padding-top: 2px;
 }
 
 .CardViewText,
 .CardViewLink {
-  padding-left: 20px;
-  padding-right: 2px;
+  -moz-padding-start: 20px;
+  -moz-padding-end: 2px;
   min-width: 30px;
   margin: 0px;
 }
 }
 
 html|a {
-  padding-left: 0px;
-  padding-right: 2px;
+  -moz-padding-start: 0px;
+  -moz-padding-end: 2px;
   border: none !important;
 }