X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fmessenger%2Faddressbook%2Faddressbook.css;h=ed4baff9feeaa90b58a40de8b72df02a938e408b;hp=3bd7c0a664208e296a4b6dfa3579e8eb125d5d21;hb=a6100a5d5ff3f80b4433ba209c2b896c017f1b43;hpb=07b3f50491fd13e9107c43e9c86b00af6a8f2fe2 diff --git a/LCARStrek/messenger/addressbook/addressbook.css b/LCARStrek/messenger/addressbook/addressbook.css index 3bd7c0a6..ed4baff9 100644 --- a/LCARStrek/messenger/addressbook/addressbook.css +++ b/LCARStrek/messenger/addressbook/addressbook.css @@ -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 * * 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 @@ -43,6 +43,7 @@ @import url("chrome://messenger/skin/"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); +@namespace html url("http://www.w3.org/1999/xhtml"); /* ::::: primary toolbar buttons ::::: */ @@ -53,11 +54,11 @@ #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"); @@ -66,11 +67,11 @@ #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"); @@ -79,11 +80,11 @@ #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"); @@ -92,37 +93,38 @@ #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; -} + -moz-image-region: rect(0px 50px 21px 25px); +} + +#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 */ @@ -151,7 +153,7 @@ min-width: 120px; margin: 0px; } - + .cardViewGroup { margin-top: 8px; padding-bottom: 5px; @@ -203,11 +205,11 @@ html|p { /* ::::: border adjustments ::::: */ -#results-splitter { +#results-splitter { border: none; } -#dirTree, #abResultsTree { +#dirTree, #abResultsTree { border: none; margin: 0px; }