Bug #330615 --> alert.css, communicator.css are now obsolete. Fix throbber icon regressions caused by the move to winstripe in mozilla\toolkit.

This commit is contained in:
scott%scott-macgregor.org 2006-03-23 19:05:51 +00:00
Родитель 2ca4a24853
Коммит f395b61aa1
11 изменённых файлов: 116 добавлений и 291 удалений

Просмотреть файл

@ -1,113 +0,0 @@
/* ***** 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>
*
* 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 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 ***** */
/* ==== communicator.css ====================================================
== Styles shared everywhere throughout the Communicator suite.
========================================================================== */
@import url("chrome://global/skin/");
@import url("chrome://global/skin/formatting.css");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
.toolbar-primary {
-moz-binding: url("chrome://global/content/bindings/toolbar.xml#toolbar");
}
toolbar[printpreview="true"] {
-moz-binding: url("chrome://global/content/printPreviewBindings.xml#printpreviewtoolbar");
}
/* :::::: throbber :::::::::: */
#navigator-throbber {
-moz-appearance: none;
-moz-user-focus: ignore;
-moz-box-pack: center;
margin: 0px 1px 0px 1px !important;
border: none !important;
padding: 0px !important;
min-width: 0;
background-color: transparent;
list-style-image: url("chrome://global/skin/icons/notloading_16.png");
padding: 8px !important;
}
#navigator-throbber[busy="true"] {
list-style-image: url("chrome://global/skin/icons/loading_16.gif");
}
toolbar[iconsize="small"] #navigator-throbber,
toolbar[mode="text"] #navigator-throbber {
list-style-image: url("chrome://global/skin/icons/notloading_16.png");
padding: 4px !important;
}
toolbar[iconsize="small"] #navigator-throbber[busy="true"],
toolbar[mode="text"] #navigator-throbber[busy="true"] {
list-style-image: url("chrome://global/skin/icons/loading_16.gif");
}
/* ::::: online/offline icons ::::: */
#offline-status[offline="true"] {
list-style-image: url("chrome://communicator/skin/icons/offline.png");
}
#offline-status {
list-style-image: url("chrome://communicator/skin/icons/online.png");
}
/* ::::: directional button icons ::::: */
.up {
min-width: 0px;
list-style-image: url("chrome://global/skin/arrow/arrow-up.gif");
}
.up[disabled="true"] {
list-style-image: url("chrome://global/skin/arrow/arrow-up-dis.gif");
}
.down {
min-width: 0px;
list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif");
}
.down[disabled="true"] {
list-style-image: url("chrome://global/skin/arrow/arrow-dn-dis.gif");
}

Просмотреть файл

@ -201,7 +201,6 @@ classic.jar:
skin/classic/messenger/accountcentral/manage-subscriptions.png (accountcentral/manage-subscriptions.png)
skin/classic/messenger/accountcentral/manage-rss.png (accountcentral/manage-rss.png)
skin/classic/messenger/accountcentral/writemail.png (accountcentral/writemail.png)
skin/classic/communicator/communicator.css
skin/classic/communicator/icons/online.png (icons/online.png)
skin/classic/communicator/icons/offline.png (icons/offline.png)
skin/classic/communicator/smileys.css

Просмотреть файл

@ -49,4 +49,69 @@ description.error {
color: #FF0000;
}
.toolbar-primary {
-moz-binding: url("chrome://global/content/bindings/toolbar.xml#toolbar");
}
toolbar[printpreview="true"] {
-moz-binding: url("chrome://global/content/printPreviewBindings.xml#printpreviewtoolbar");
}
/* :::::: throbber :::::::::: */
#navigator-throbber {
-moz-appearance: none;
-moz-user-focus: ignore;
-moz-box-pack: center;
margin: 0px 1px 0px 1px !important;
border: none !important;
padding: 0px !important;
min-width: 0;
background-color: transparent;
list-style-image: url("chrome://global/skin/icons/notloading_16.png");
padding: 8px !important;
}
#navigator-throbber[busy="true"] {
list-style-image: url("chrome://global/skin/icons/loading_16.gif");
}
toolbar[iconsize="small"] #navigator-throbber,
toolbar[mode="text"] #navigator-throbber {
list-style-image: url("chrome://global/skin/icons/notloading_16.png");
padding: 4px !important;
}
toolbar[iconsize="small"] #navigator-throbber[busy="true"],
toolbar[mode="text"] #navigator-throbber[busy="true"] {
list-style-image: url("chrome://global/skin/icons/loading_16.gif");
}
/* ::::: online/offline icons ::::: */
#offline-status[offline="true"] {
list-style-image: url("chrome://communicator/skin/icons/offline.png");
}
#offline-status {
list-style-image: url("chrome://communicator/skin/icons/online.png");
}
/* ::::: directional button icons ::::: */
.up {
min-width: 0px;
list-style-image: url("chrome://global/skin/arrow/arrow-up.gif");
}
.up[disabled="true"] {
list-style-image: url("chrome://global/skin/arrow/arrow-up-dis.gif");
}
.down {
min-width: 0px;
list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif");
}
.down[disabled="true"] {
list-style-image: url("chrome://global/skin/arrow/arrow-dn-dis.gif");
}

Просмотреть файл

@ -1,85 +0,0 @@
/* ***** 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):
* Scott MacGregor <mscott@netscape.com>
*
* 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 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 ***** */
/* ===== alert.css =====================================================
== Styles specific to the alerts dialog.
======================================================================= */
@import url("chrome://global/skin/");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
#alertNotification
{
min-height: 50px;
border: ridge #5486DA 4px;
background-color: white;
}
.alertImageBox
{
-moz-margin-start: 4px;
-moz-margin-end: 6px;
min-height: 46px;
}
.alertTitle
{
font-weight: bold;
}
.alertText
{
-moz-margin-end: 6px;
}
.alertText[clickable="true"]
{
cursor: pointer;
color: #1455D6;
}
.alertText[clickable="true"]:hover:active
{
color: #424F63;
}
.alertTextBox
{
-moz-padding-end: 10px;
padding-top: 5px;
}

Просмотреть файл

@ -1,84 +0,0 @@
/* ***** 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>
*
* 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 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 ***** */
/* ==== communicator.css ====================================================
== Styles shared everywhere throughout the Communicator suite.
========================================================================== */
@import url("chrome://global/skin/");
@import url("chrome://global/skin/formatting.css");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
.toolbar-primary {
-moz-binding: url("chrome://global/content/bindings/toolbar.xml#toolbar");
}
toolbar[printpreview="true"] {
-moz-binding: url("chrome://global/content/printPreviewBindings.xml#printpreviewtoolbar");
}
/* ::::: throbber ::::: */
#navigator-throbber {
-moz-appearance: none;
-moz-user-focus: ignore;
margin: 0 !important;
border: none !important;
padding: 0px !important;
min-width: 0;
background-color: transparent;
list-style-image: url("chrome://messenger/skin/icons/throbber.png");
}
#navigator-throbber[busy="true"] {
list-style-image: url("chrome://global/skin/icons/Loading.gif");
}
/* ::::: online/offline icons ::::: */
#offline-status {
padding: 0 2px;
}
#offline-status[offline="true"] {
list-style-image: url("chrome://communicator/skin/icons/offline.png");
}
#offline-status {
list-style-image: url("chrome://communicator/skin/icons/online.png");
}

Двоичные данные
mail/themes/qute/mail/icons/throbber-small.gif

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 2.0 KiB

Двоичные данные
mail/themes/qute/mail/icons/throbber-small.png

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 324 B

Двоичные данные
mail/themes/qute/mail/icons/throbber.gif

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 2.6 KiB

Двоичные данные
mail/themes/qute/mail/icons/throbber.png

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 349 B

Просмотреть файл

@ -1,7 +1,5 @@
classic.jar:
+ skin/classic/global/tree.css
+ skin/classic/global/alerts/alert.css
skin/classic/communicator/communicator.css
skin/classic/communicator/smileys.css
% skin messenger classic/1.0 %skin/classic/messenger/
skin/classic/messenger/primaryToolbar.css
@ -74,10 +72,6 @@ classic.jar:
skin/classic/messenger/icons/readmail.gif (icons/readmail.gif)
skin/classic/messenger/icons/mail-toolbar.png (icons/mail-toolbar.png)
skin/classic/messenger/icons/mail-toolbar-small.png (icons/mail-toolbar-small.png)
skin/classic/messenger/icons/throbber.png (icons/throbber.png)
skin/classic/messenger/icons/throbber.gif (icons/throbber.gif)
skin/classic/messenger/icons/throbber-small.gif (icons/throbber-small.gif)
skin/classic/messenger/icons/throbber-small.png (icons/throbber-small.png)
skin/classic/messenger/icons/folder-junk.png (icons/folder-junk.png)
skin/classic/messenger/icons/folder-closed.png (icons/folder-closed.png)
skin/classic/messenger/icons/folder-draft.png (icons/folder-draft.png)

Просмотреть файл

@ -10,4 +10,53 @@
description.error {
color: #FF0000;
}
.toolbar-primary {
-moz-binding: url("chrome://global/content/bindings/toolbar.xml#toolbar");
}
toolbar[printpreview="true"] {
-moz-binding: url("chrome://global/content/printPreviewBindings.xml#printpreviewtoolbar");
}
/* ::::: throbber ::::: */
#navigator-throbber {
-moz-appearance: none;
-moz-user-focus: ignore;
margin: 0 !important;
border: none !important;
padding: 0px !important;
min-width: 0;
background-color: transparent;
list-style-image: url("chrome://global/skin/throbber/Throbber-small.png");
}
#navigator-throbber[busy="true"] {
list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif");
opacity: 0.5;
}
toolbar[iconsize="small"] #navigator-throbber,
toolbar[mode="text"] #navigator-throbber {
list-style-image: url("chrome://global/skin/throbber/Throbber-small.png");
}
toolbar[iconsize="small"] #navigator-throbber[busy="true"],
toolbar[mode="text"] #navigator-throbber[busy="true"] {
list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif");
opacity: 0.5;
}
/* ::::: online/offline icons ::::: */
#offline-status {
padding: 0 2px;
}
#offline-status[offline="true"] {
list-style-image: url("chrome://communicator/skin/icons/offline.png");
}
#offline-status {
list-style-image: url("chrome://communicator/skin/icons/online.png");
}