X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fskin%2FEarlyBlue%2Fmessenger%2FprimaryToolbar.css;h=1f8b5a905faaed805f664d4d6236594ea7ca3aee;hb=f25cbcfe1da4fe6ceea8b3bcdc6b3ec325d7c603;hp=adeaa8c3411f680feee05fb75e53df8bf10d621c;hpb=f6e0a33f329fdf02e7c41c683152890a9c44ccd3;p=themes.git diff --git a/EarlyBlue/skin/EarlyBlue/messenger/primaryToolbar.css b/EarlyBlue/skin/EarlyBlue/messenger/primaryToolbar.css index adeaa8c3..1f8b5a90 100644 --- a/EarlyBlue/skin/EarlyBlue/messenger/primaryToolbar.css +++ b/EarlyBlue/skin/EarlyBlue/messenger/primaryToolbar.css @@ -1,32 +1,46 @@ -/* - * 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-1999 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): + * 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 ***** */ + +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ===== primaryToolbar.css ============================================= == Images for the Mail primary toolbar. ======================================================================= */ -@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); - /* ::::: primary toolbar buttons ::::: */ #button-getmsg @@ -41,18 +55,6 @@ list-style-image : url("chrome://messenger/skin/getmsg-disabled.gif"); } -/* -#button-getmsg[buttonover="true"] - { - list-style-image : url("chrome://messenger/skin/getmsg-hover.gif"); - } - -#button-getmsg[buttondown="true"] - { - list-style-image : url("chrome://messenger/skin/getmsg-hover-active.gif"); - } -*/ - #button-newmsg { list-style-image : url("chrome://messenger/skin/newmsg.gif"); @@ -65,18 +67,6 @@ list-style-image : url("chrome://messenger/skin/newmsg-disabled.gif"); } -/* -#button-newmsg:hover - { - list-style-image : url("chrome://messenger/skin/newmsg-hover.gif"); - } - -#button-newmsg:hover:active - { - list-style-image : url("chrome://messenger/skin/newmsg-hover-active.gif"); - } -*/ - #button-reply { list-style-image : url("chrome://messenger/skin/reply.gif"); @@ -89,18 +79,6 @@ list-style-image : url("chrome://messenger/skin/reply-disabled.gif"); } -/* -#button-reply:hover - { - list-style-image : url("chrome://messenger/skin/reply-hover.gif"); - } - -#button-reply:hover:active - { - list-style-image : url("chrome://messenger/skin/reply-hover-active.gif"); - } -*/ - #button-replyall { list-style-image : url("chrome://messenger/skin/replyall.gif"); @@ -113,18 +91,6 @@ list-style-image : url("chrome://messenger/skin/replyall-disabled.gif"); } -/* -#button-replyall:hover - { - list-style-image : url("chrome://messenger/skin/replyall-hover.gif"); - } - -#button-replyall:hover:active - { - list-style-image : url("chrome://messenger/skin/replyall-hover-active.gif"); - } -*/ - #button-forward { list-style-image : url("chrome://messenger/skin/forward.gif"); @@ -137,18 +103,6 @@ list-style-image : url("chrome://messenger/skin/forward-disabled.gif"); } -/* -#button-forward:hover - { - list-style-image : url("chrome://messenger/skin/forward-hover.gif"); - } - -#button-forward:hover:active - { - list-style-image : url("chrome://messenger/skin/forward-hover-active.gif"); - } -*/ - #button-file { list-style-image : url("chrome://messenger/skin/file.gif"); @@ -161,18 +115,6 @@ list-style-image : url("chrome://messenger/skin/file-disabled.gif"); } -/* -#button-file:hover - { - list-style-image : url("chrome://messenger/skin/file-hover.gif"); - } - -#button-file[open="true"] - { - list-style-image : url("chrome://messenger/skin/file-hover-active.gif"); - } -*/ - #button-next { list-style-image : url("chrome://messenger/skin/next.gif"); @@ -185,18 +127,6 @@ list-style-image : url("chrome://messenger/skin/next-disabled.gif"); } -/* -#button-next:hover - { - list-style-image : url("chrome://messenger/skin/next-hover.gif"); - } - -#button-next:hover:active - { - list-style-image : url("chrome://messenger/skin/next-hover-active.gif"); - } -*/ - #button-delete { list-style-image : url("chrome://messenger/skin/trash.gif"); @@ -209,18 +139,6 @@ list-style-image : url("chrome://messenger/skin/trash-disabled.gif"); } -/* -#button-delete:hover - { - list-style-image : url("chrome://messenger/skin/trash-hover.gif"); - } - -#button-delete:hover:active - { - list-style-image : url("chrome://messenger/skin/trash-hover-active.gif"); - } -*/ - #button-mark { list-style-image : url("chrome://messenger/skin/mark.gif"); } @@ -232,18 +150,6 @@ list-style-image : url("chrome://messenger/skin/mark-disabled.gif"); } -/* -#button-mark[buttonover="true"] - { - list-style-image : url("chrome://messenger/skin/mark-hover.gif"); - } - -#button-mark[buttondown="true"] - { - list-style-image : url("chrome://messenger/skin/mark-clicked.gif"); - } -*/ - #button-print { list-style-image : url("chrome://global/skin/print.gif"); @@ -256,18 +162,6 @@ list-style-image : url("chrome://global/skin/print-disabled.gif"); } -/* -#button-print[buttonover="true"] - { - list-style-image : url("chrome://global/skin/print-hover.gif"); - } - -#button-print[buttondown="true"] - { - list-style-image : url("chrome://global/skin/print-hover-active.gif"); - } -*/ - #button-stop { list-style-image : url("chrome://global/skin/stop.gif"); @@ -280,14 +174,3 @@ 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"); - } -*/