X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fskin%2FEarlyBlue%2Fmessenger%2Fmessengercompose%2Fmessengercompose.css;h=4389bb8b25c3ff1bf349a07162226685cb56a11e;hb=128000f48e966be8e615f7e1c95920af85c4280c;hp=ca4f2befed7751afd56c8da3ae0fae0078c4ffb8;hpb=f6e0a33f329fdf02e7c41c683152890a9c44ccd3;p=themes.git diff --git a/EarlyBlue/skin/EarlyBlue/messenger/messengercompose/messengercompose.css b/EarlyBlue/skin/EarlyBlue/messenger/messengercompose/messengercompose.css index ca4f2bef..4389bb8b 100644 --- a/EarlyBlue/skin/EarlyBlue/messenger/messengercompose/messengercompose.css +++ b/EarlyBlue/skin/EarlyBlue/messenger/messengercompose/messengercompose.css @@ -1,25 +1,40 @@ -/* - * The contents of this file are subject to the Netscape Public - * License Version 1.1 (the "License"); you may not use this file - * except in compliance with the License. You may obtain a copy of - * the License at http://www.mozilla.org/NPL/ +/* ***** BEGIN LICENSE BLOCK ***** + * Version: NPL 1.1/GPL 2.0/LGPL 2.1 * - * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or - * implied. See the License for the specific language governing - * rights and limitations under the License. + * The contents of this file are subject to the Netscape Public License + * Version 1.1 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.mozilla.org/NPL/ * - * The Original Code is Mozilla Communicator client code, released - * March 31, 1998. + * Software distributed under the License is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. * - * The Initial Developer of the Original Code is Netscape - * Communications Corporation. Portions created by Netscape are - * Copyright (C) 1998-2001 Netscape Communications Corporation. All - * Rights Reserved. + * The Original Code is mozilla.org code. + * + * 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. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) - */ + * 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 + * 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 + * under the terms of either the GPL or the LGPL, and not to allow others to + * use your version of this file under the terms of the NPL, indicate your + * decision by deleting the provisions above and replace them with the notice + * and other provisions required by the GPL or the LGPL. If you do not delete + * the provisions above, a recipient may use your version of this file under + * the terms of any one of the NPL, the GPL or the LGPL. + * + * ***** END LICENSE BLOCK ***** */ /* ===== messengercompose.css =========================================== == Styles for the main Messenger Compose window. @@ -49,18 +64,6 @@ list-style-image : url("chrome://messenger/skin/messengercompose/send-disabled.gif"); } -/* -#button-send:hover - { - list-style-image : url("chrome://messenger/skin/messengercompose/send-hover.gif"); - } - -#button-send:hover:active - { - list-style-image : url("chrome://messenger/skin/messengercompose/send-hover-active.gif"); - } -*/ - #button-send[offline="true"] { list-style-image : url("chrome://messenger/skin/messengercompose/sendlater.gif"); @@ -73,18 +76,6 @@ list-style-image : url("chrome://messenger/skin/messengercompose/sendlater-disabled.gif"); } -/* -#button-send[offline="true"]:hover - { - list-style-image : url("chrome://messenger/skin/messengercompose/sendlater-hover.gif"); - } - -#button-send[offline="true"]:hover:active - { - list-style-image : url("chrome://messenger/skin/messengercompose/sendlater-hover-active.gif"); - } -*/ - #button-address { list-style-image : url("chrome://messenger/skin/messengercompose/address.gif"); @@ -97,18 +88,6 @@ list-style-image : url("chrome://messenger/skin/messengercompose/address-disabled.gif"); } -/* -#button-address:hover - { - list-style-image : url("chrome://messenger/skin/messengercompose/address-hover.gif"); - } - -#button-address:hover:active - { - list-style-image : url("chrome://messenger/skin/messengercompose/address-hover-active.gif"); - } -*/ - #button-attach { list-style-image : url("chrome://messenger/skin/messengercompose/attach.gif"); @@ -121,18 +100,6 @@ list-style-image : url("chrome://messenger/skin/messengercompose/attach-disabled.gif"); } -/* -#button-attach:hover - { - list-style-image : url("chrome://messenger/skin/messengercompose/attach-hover.gif"); - } - -#button-attach:hover:active - { - list-style-image : url("chrome://messenger/skin/messengercompose/attach-hover-active.gif"); - } -*/ - #button-quote { list-style-image : url("chrome://messenger/skin/messengercompose/quote.gif"); @@ -145,18 +112,6 @@ list-style-image : url("chrome://messenger/skin/messengercompose/quote-disabled.gif"); } -/* -#button-quote:hover - { - list-style-image : url("chrome://messenger/skin/messengercompose/quote-hover.gif"); - } - -#button-quote:hover:active - { - list-style-image : url("chrome://messenger/skin/messengercompose/quote-hover-active.gif"); - } -*/ - #spellingButton { list-style-image : url("chrome://editor/skin/images/spell.gif"); @@ -169,18 +124,6 @@ list-style-image : url("chrome://editor/skin/images/spell-disabled.gif"); } -/* -#spellingButton:hover - { - list-style-image : url("chrome://editor/skin/images/spell-hover.gif"); - } - -#spellingButton:hover:active - { - list-style-image : url("chrome://editor/skin/images/spell-hover-active.gif"); - } -*/ - #button-save { list-style-image : url("chrome://messenger/skin/messengercompose/savemsg.gif"); @@ -193,18 +136,6 @@ list-style-image : url("chrome://messenger/skin/messengercompose/savemsg-disabled.gif"); } -/* -#button-save:hover - { - list-style-image : url("chrome://messenger/skin/messengercompose/savemsg-hover.gif"); - } - -#button-save:hover:active - { - list-style-image : url("chrome://messenger/skin/messengercompose/savemsg-hover-active.gif"); - } -*/ - #button-stop { list-style-image : url("chrome://global/skin/stop.gif"); @@ -217,18 +148,6 @@ list-style-image : url("chrome://global/skin/stop-disabled.gif"); } -/* -#button-stop:hover - { - list-style-image : url("chrome://global/skin/stop-hover.gif"); - } - -#button-stop:hover:active - { - list-style-image : url("chrome://global/skin/stop-hover-active.gif"); - } -*/ - /* addressing widget */ #addressingWidgetTree @@ -374,6 +293,3 @@ outlinerbody:-moz-outliner-image(remote-err) list-style-image:url("chrome://global/skin/question-icon.gif"); } /* Workaround for bug 50217. Please remove this rule, when this bug is fixed. */ - - -