/* ***** BEGIN LICENSE BLOCK ***** * Version: NPL 1.1/GPL 2.0/LGPL 2.1 * * 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/ * * 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 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 ***** */ /* ===== 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 { list-style-image: url("chrome://messenger/skin/toolbar/getmsg.gif"); } #button-getmsg:hover, #button-getmsg:hover:active, #button-getmsg[open="true"] { list-style-image: url("chrome://messenger/skin/toolbar/getmsg-hover.gif"); } #button-getmsg[disabled="true"] { list-style-image: url("chrome://messenger/skin/toolbar/getmsg-disabled.gif") !important; } #button-newmsg { list-style-image: url("chrome://messenger/skin/toolbar/newmsg.gif"); } #button-newmsg:hover, #button-newmsg:hover:active { list-style-image: url("chrome://messenger/skin/toolbar/newmsg-hover.gif"); } #button-newmsg[disabled="true"] { list-style-image: url("chrome://messenger/skin/toolbar/newmsg-disabled.gif") !important; } #button-reply { list-style-image: url("chrome://messenger/skin/toolbar/reply.gif"); } #button-reply:hover, #button-reply:hover:active { list-style-image: url("chrome://messenger/skin/toolbar/reply-hover.gif"); } #button-reply[disabled="true"] { list-style-image: url("chrome://messenger/skin/toolbar/reply-disabled.gif") !important; } #button-replyall { list-style-image: url("chrome://messenger/skin/toolbar/replyall.gif"); } #button-replyall:hover, #button-replyall:hover:active { list-style-image: url("chrome://messenger/skin/toolbar/replyall-hover.gif"); } #button-replyall[disabled="true"] { list-style-image: url("chrome://messenger/skin/toolbar/replyall-disabled.gif") !important; } #button-forward { list-style-image: url("chrome://messenger/skin/toolbar/forward.gif"); } #button-forward:hover, #button-forward:hover:active { list-style-image: url("chrome://messenger/skin/toolbar/forward-hover.gif"); } #button-forward[disabled="true"] { list-style-image: url("chrome://messenger/skin/toolbar/forward-disabled.gif") !important; } #button-file { list-style-image: url("chrome://messenger/skin/toolbar/file.gif"); } #button-file:hover, #button-file:hover:active, #button-file[open="true"] { list-style-image: url("chrome://messenger/skin/toolbar/file-hover.gif"); } #button-file[disabled="true"] { list-style-image: url("chrome://messenger/skin/toolbar/file-disabled.gif") !important; } #button-next { list-style-image: url("chrome://messenger/skin/toolbar/next.gif"); } #button-next:hover, #button-next:hover:active { list-style-image: url("chrome://messenger/skin/toolbar/next-hover.gif"); } #button-next[disabled="true"] { list-style-image: url("chrome://messenger/skin/toolbar/next-disabled.gif") !important; } #button-delete { list-style-image: url("chrome://global/skin/icons/trash.gif"); } #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; } #button-mark { list-style-image: url("chrome://messenger/skin/toolbar/mark.gif"); } #button-mark:hover, #button-mark:hover:active, #button-mark[open="true"] { list-style-image: url("chrome://messenger/skin/toolbar/mark-hover.gif"); } #button-mark[disabled="true"] { list-style-image: url("chrome://messenger/skin/toolbar/mark-disabled.gif") !important; } #button-print { list-style-image: url("chrome://global/skin/icons/print.gif"); } #button-print:hover, #button-print:hover:active, #button-print[open="true"] { list-style-image: url("chrome://global/skin/icons/print-hover.gif"); } #button-print[disabled="true"] { list-style-image: url("chrome://global/skin/icons/print-disabled.gif") !important; } #button-stop { list-style-image: url("chrome://global/skin/icons/stop.gif"); } #button-stop:hover, #button-stop:hover:active { list-style-image: url("chrome://global/skin/icons/stop-hover.gif"); } #button-stop[disabled="true"] { list-style-image: url("chrome://global/skin/icons/stop-disabled.gif") !important; } #button-junk { list-style-image: url("chrome://messenger/skin/toolbar/junk.gif"); } #button-junk:hover, #button-junk:hover:active, #button-junk[open="true"] { list-style-image: url("chrome://messenger/skin/toolbar/junk-hover.gif"); } #button-junk[disabled="true"] { list-style-image: url("chrome://messenger/skin/toolbar/junk-disabled.gif") !important; } /* ::::: message notification bar style rules ::::: */ .msgNotificationBar { -moz-border-radius: 7px; padding: 3px; margin-bottom: 3px; background-color: #FF9F00; color: #000000; } .msgNotificationBarText { font-weight: bold; } #junkBarImage { list-style-image: url("chrome://messenger/skin/toolbar/junk-hover.gif"); } #junkIcon { margin-left: 0.5ex; list-style-image: url("chrome://messenger/skin/icons/folder-junk.gif"); } #remoteContentImage { list-style-image: url("chrome://messenger/skin/toolbar/remote-blocked.png"); padding: 3px; }