update to suite default status of 2009-01-30: bug 471372 - customizable toolbars...
[themes.git] / LCARStrek / messenger / addressbook / addressbook.css
index be0e7bd8e2119a0495760efb66a6c43ee2c61ee1..ed4baff9feeaa90b58a40de8b72df02a938e408b 100644 (file)
@@ -13,7 +13,7 @@
  *
  * The Original Code is mozilla.org code.
  *
- * The Initial Developer of the Original Code is 
+ * The Initial Developer of the Original Code is
  * Netscape Communications Corporation.
  * Portions created by the Initial Developer are Copyright (C) 1998
  * the Initial Developer. All Rights Reserved.
@@ -23,7 +23,7 @@
  *   Robert Kaiser <KaiRo@KaiRo.at>
  *
  * Alternatively, the contents of this file may be used under the terms of
- * either the GNU General Public License Version 2 or later (the "GPL"), or 
+ * either the GNU General Public License Version 2 or later (the "GPL"), or
  * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  * in which case the provisions of the GPL or the LGPL are applicable instead
  * of those above. If you wish to allow use of your version of this file only
@@ -41,9 +41,9 @@
   ======================================================================= */
 
 @import url("chrome://messenger/skin/");
-@import url("chrome://communicator/skin/sidebar/sidebar.css");
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
+@namespace html url("http://www.w3.org/1999/xhtml");
 
 /* ::::: primary toolbar buttons ::::: */
 
 #button-newcard:hover,
 #button-newcard:hover:active {
   list-style-image: url("chrome://messenger/skin/addressbook/icons/newcard-hover.gif");
-} 
+}
 
 #button-newcard[disabled="true"] {
   list-style-image: url("chrome://messenger/skin/addressbook/icons/newcard-disabled.gif") !important;
-} 
+}
 
 #button-newlist {
   list-style-image: url("chrome://messenger/skin/addressbook/icons/newlist.gif");
 #button-newlist:hover,
 #button-newlist:hover:active {
   list-style-image: url("chrome://messenger/skin/addressbook/icons/newlist-hover.gif");
-} 
+}
 
 #button-newlist[disabled="true"] {
   list-style-image: url("chrome://messenger/skin/addressbook/icons/newlist-disabled.gif") !important;
-} 
+}
 
 #button-editcard {
   list-style-image:url("chrome://messenger/skin/addressbook/icons/person.gif");
 #button-editcard:hover,
 #button-editcard:hover:active {
   list-style-image: url("chrome://messenger/skin/addressbook/icons/person-hover.gif");
-} 
+}
 
 #button-editcard[disabled="true"] {
   list-style-image: url("chrome://messenger/skin/addressbook/icons/person-disabled.gif") !important;
-} 
+}
 
 #button-newmessage {
   list-style-image:url("chrome://messenger/skin/addressbook/icons/newmsg.gif");
 #button-newmessage:hover,
 #button-newmessage:hover:active {
   list-style-image: url("chrome://messenger/skin/addressbook/icons/newmsg-hover.gif");
-} 
+}
 
 #button-newmessage[disabled="true"] {
   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");
+  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 {
-  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"] {
-  list-style-image: url("chrome://global/skin/icons/trash-disabled.gif") !important;
-} 
-
-/* ::::: sidebar header ::::: */
-
-sidebarheader {
-  border: none;
+  -moz-image-region: rect(0px 50px 21px 25px);
 }
 
-#sidebar-title-box {
-  border: none;
+#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 */
@@ -162,7 +153,7 @@ sidebarheader {
   min-width: 120px;
   margin: 0px;
 }
+
 .cardViewGroup {
   margin-top: 8px;
   padding-bottom: 5px;
@@ -214,18 +205,11 @@ html|p {
 
 /* ::::: border adjustments ::::: */
 
-#sidebar-box {
-/*  border-top: none;
-  border-right: 1px solid ThreeDHighlight;
-  border-bottom: none;
-  border-left: 1px solid ThreeDShadow; */
-}
-
-#results-splitter { 
+#results-splitter {
   border: none;
 }
 
-#dirTree, #abResultsTree { 
+#dirTree, #abResultsTree {
   border: none;
   margin: 0px;
 }