mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 04:27:37 +00:00
276 lines
6.7 KiB
CSS
276 lines
6.7 KiB
CSS
/* ***** BEGIN LICENSE BLOCK *****
|
|
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
|
*
|
|
* The contents of this file are subject to the Mozilla 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/MPL/
|
|
*
|
|
* 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):
|
|
* Joe Hewitt <hewitt@netscape.com>
|
|
* Adam Becevello <abecevello@sympatico.ca>
|
|
* Seth Spitzer <sspitzer@netscape.com>
|
|
*
|
|
* Alternatively, the contents of this file may be used under the terms of
|
|
* either of 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 MPL, 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 MPL, 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 masthead ::::: */
|
|
|
|
#msgToolbar > .toolbar-holder > .toolbar-primary-icon {
|
|
list-style-image: url("chrome://messenger/skin/icons/mast-mail.gif");
|
|
}
|
|
|
|
/* ::::: primary toolbar buttons ::::: */
|
|
|
|
.toolbarbutton-1 {
|
|
list-style-image: url("chrome://messenger/skin/icons/btn1.gif");
|
|
}
|
|
|
|
#button-getmsg {
|
|
-moz-image-region: rect(102px 49px 135px 0);
|
|
}
|
|
|
|
#button-getmsg:hover {
|
|
-moz-image-region: rect(102px 99px 135px 50px);
|
|
}
|
|
|
|
#button-getmsg:hover:active {
|
|
-moz-image-region: rect(102px 149px 135px 100px);
|
|
}
|
|
|
|
#button-getmsg[disabled] {
|
|
-moz-image-region: rect(102px 199px 135px 150px) !important;
|
|
}
|
|
|
|
#button-getmsg[buttonstyle="text"] > stack > .toolbarbutton-menubutton-dropmarker {
|
|
margin: 0px 2px 0px 55px !important;
|
|
}
|
|
|
|
#button-newmsg {
|
|
-moz-image-region: rect(170px 49px 203px 0);
|
|
}
|
|
|
|
#button-newmsg:hover {
|
|
-moz-image-region: rect(170px 99px 203px 50px);
|
|
}
|
|
|
|
#button-newmsg:hover:active {
|
|
-moz-image-region: rect(170px 149px 203px 100px);
|
|
}
|
|
|
|
#button-newmsg[disabled] {
|
|
-moz-image-region: rect(170px 199px 203px 150px) !important;
|
|
}
|
|
|
|
#button-reply {
|
|
-moz-image-region: rect(238px 49px 271px 0);
|
|
}
|
|
|
|
#button-reply:hover {
|
|
-moz-image-region: rect(238px 99px 271px 50px);
|
|
}
|
|
|
|
#button-reply:hover:active {
|
|
-moz-image-region: rect(238px 149px 271px 100px);
|
|
}
|
|
|
|
#button-reply[disabled] {
|
|
-moz-image-region: rect(238px 199px 271px 150px) !important;
|
|
}
|
|
|
|
#button-replyall {
|
|
-moz-image-region: rect(272px 49px 305px 0);
|
|
}
|
|
|
|
#button-replyall:hover {
|
|
-moz-image-region: rect(272px 99px 305px 50px);
|
|
}
|
|
|
|
#button-replyall:hover:active {
|
|
-moz-image-region: rect(272px 149px 305px 100px);
|
|
}
|
|
|
|
#button-replyall[disabled] {
|
|
-moz-image-region: rect(272px 199px 305px 150px) !important;
|
|
}
|
|
|
|
#button-forward {
|
|
-moz-image-region: rect(68px 49px 101px 0);
|
|
}
|
|
|
|
#button-forward:hover {
|
|
-moz-image-region: rect(68px 99px 101px 50px);
|
|
}
|
|
|
|
#button-forward:hover:active {
|
|
-moz-image-region: rect(68px 149px 101px 100px);
|
|
}
|
|
|
|
#button-forward[disabled] {
|
|
-moz-image-region: rect(68px 199px 101px 150px) !important;
|
|
}
|
|
|
|
#button-file {
|
|
-moz-image-region: rect(34px 49px 67px 0);
|
|
}
|
|
|
|
#button-file:hover {
|
|
-moz-image-region: rect(34px 99px 67px 50px);
|
|
}
|
|
|
|
#button-file:hover:active,
|
|
#button-file[open] {
|
|
-moz-image-region: rect(34px 149px 67px 100px);
|
|
}
|
|
|
|
#button-file[disabled] {
|
|
-moz-image-region: rect(34px 199px 67px 150px) !important;
|
|
}
|
|
|
|
#button-next {
|
|
-moz-image-region: rect(204px 49px 237px 0);
|
|
}
|
|
|
|
#button-next:hover {
|
|
-moz-image-region: rect(204px 99px 237px 50px);
|
|
}
|
|
|
|
#button-next:hover:active {
|
|
-moz-image-region: rect(204px 149px 237px 100px);
|
|
}
|
|
|
|
#button-next[disabled] {
|
|
-moz-image-region: rect(204px 199px 237px 150px) !important;
|
|
}
|
|
|
|
#button-delete {
|
|
-moz-image-region: rect(0, 49px 33px 0);
|
|
}
|
|
|
|
#button-delete:hover {
|
|
-moz-image-region: rect(0, 99px 33px 50px);
|
|
}
|
|
|
|
#button-delete:hover:active {
|
|
-moz-image-region: rect(0 149px 33px 100px);
|
|
}
|
|
|
|
#button-delete[disabled] {
|
|
-moz-image-region: rect(0 199px 33px 150px) !important;
|
|
}
|
|
|
|
#button-mark {
|
|
-moz-image-region: rect(136px 49px 169px 0);
|
|
}
|
|
|
|
#button-mark:hover {
|
|
-moz-image-region: rect(136px 99px 169px 50px);
|
|
}
|
|
|
|
#button-mark:hover:active {
|
|
-moz-image-region: rect(136px 149px 169px 100px);
|
|
}
|
|
|
|
#button-mark[disabled] {
|
|
-moz-image-region: rect(136px 199px 169px 150px) !important;
|
|
}
|
|
|
|
#button-junk {
|
|
-moz-image-region: rect(544px 49px 577px 0);
|
|
}
|
|
|
|
#button-junk:hover {
|
|
-moz-image-region: rect(544px 99px 577px 50px);
|
|
}
|
|
|
|
#button-junk:hover:active {
|
|
-moz-image-region: rect(544px 149px 577px 100px);
|
|
}
|
|
|
|
#button-junk[disabled="true"] {
|
|
-moz-image-region: rect(544px 199px 577px 150px) !important;
|
|
}
|
|
|
|
#button-print {
|
|
list-style-image: url("chrome://communicator/skin/icons/btn1.gif");
|
|
-moz-image-region: rect(34px 49px 67px 0);
|
|
}
|
|
|
|
#button-print:hover {
|
|
-moz-image-region: rect(34px 99px 67px 50px);
|
|
}
|
|
|
|
#button-print:hover:active {
|
|
-moz-image-region: rect(34px 149px 67px 100px);
|
|
}
|
|
|
|
#button-print[disabled] {
|
|
-moz-image-region: rect(34px 199px 67px 150px) !important;
|
|
}
|
|
|
|
#button-stop {
|
|
list-style-image: url("chrome://communicator/skin/icons/btn1.gif");
|
|
-moz-image-region: rect(68px 49px 101px 0);
|
|
}
|
|
|
|
#button-stop:hover {
|
|
-moz-image-region: rect(68px 99px 101px 50px);
|
|
}
|
|
|
|
#button-stop:hover:active {
|
|
-moz-image-region: rect(68px 149px 101px 100px);
|
|
}
|
|
|
|
#button-stop[disabled="true"] {
|
|
-moz-image-region: rect(68px 199px 101px 150px) !important;
|
|
}
|
|
|
|
#junkBarImage {
|
|
list-style-image: url("chrome://messenger/skin/icons/junkBar.gif");
|
|
}
|
|
|
|
#junkBarMessage {
|
|
font-weight: bold;
|
|
}
|
|
|
|
#junkBar {
|
|
border-bottom: 1px solid;
|
|
-moz-border-bottom-colors: #000000;
|
|
background-color: #C7BC8F;
|
|
}
|
|
|
|
|
|
#junkIcon {
|
|
margin-left: 0.3ex;
|
|
list-style-image: url("chrome://messenger/skin/icons/message-junk-other.gif");
|
|
}
|