Qute Theme update.

Add new checked / unchecked images for filter list dialog, subscribe dialog, choose folders for offline dialog and saved search folder picker dialog.
This commit is contained in:
scott%scott-macgregor.org 2004-11-22 05:30:14 +00:00
parent 4abe1416ad
commit cdba3dde86
8 changed files with 78 additions and 3 deletions

View File

@ -0,0 +1,72 @@
/* ***** 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 Communicator client code, released
* March 31, 1998.
*
* The Initial Developer of the Original Code is
* Netscape Communications Corporation.
* Portions created by the Initial Developer are Copyright (C) 1998-1999
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
*
* 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 ***** */
/* ===== filterDialog.css ===============================================
== Styles for the Mail Filters dialog.
======================================================================= */
@import url("chrome://messenger/skin/");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* ::::: columns :::::: */
treechildren::-moz-tree-image(activeColumn) {
list-style-image: url("chrome://messenger/skin/icons/notchecked.gif");
}
treechildren::-moz-tree-image(activeColumn, Enabled-true) {
list-style-image: url("chrome://messenger/skin/icons/check.gif");
}
menulist {
min-width: 15em;
}
menulist > menupopup > menuitem {
padding-right: 2px;
}
textbox {
margin: 1px 4px;
}
#FilterEditor {
width: 560px;
min-height:1px;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 800 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 B

View File

@ -16,6 +16,7 @@ classic.jar:
skin/classic/messenger/virtualFolderListDialog.css (virtualFolderListDialog.css)
+ skin/classic/messenger/searchDialog.css (searchDialog.css)
+ skin/classic/messenger/msgSelectOffline.css (msgSelectOffline.css)
+ skin/classic/messenger/filterDialog.css (filterDialog.css)
+ skin/classic/messenger/dialogs.css (dialogs.css)
+ skin/classic/messenger/icons/new-mail-alert.png (icons/new-mail-alert.png)
skin/classic/messenger/icons/mail-toolbar.png (icons/mail-toolbar.png)
@ -80,6 +81,8 @@ classic.jar:
skin/classic/messenger/icons/search-arrow.gif (icons/search-arrow.gif)
skin/classic/messenger/icons/quick-search-clear.png (icons/quick-search-clear.png)
skin/classic/messenger/icons/remote-blocked.png (icons/remote-blocked.png)
skin/classic/messenger/icons/check.gif (icons/check.gif)
skin/classic/messenger/icons/notchecked.gif (icons/notchecked.gif)
skin/classic/messenger/accountcentral/read-messages.png (accountcentral/read-messages.png)
skin/classic/messenger/accountcentral/write-message.png (accountcentral/write-message.png)
skin/classic/messenger/accountcentral/create-account.png (accountcentral/create-account.png)

View File

@ -157,7 +157,7 @@ treechildren::-moz-tree-cell-text(folderNameCol, noSelect-true) {
/* ::::: Download Icons ::::: */
treechildren::-moz-tree-image(syncCol) {
list-style-image: url("chrome://messenger/skin/icons/dot.gif");
list-style-image: url("chrome://messenger/skin/icons/notchecked.gif");
}
treechildren::-moz-tree-image(syncCol, synchronize-true) {

View File

@ -11,7 +11,7 @@
treechildren::-moz-tree-image(subscribedColumn),
treechildren::-moz-tree-image(subscribedColumn2) {
margin-right: 2px;
list-style-image: url("chrome://messenger/skin/icons/dot.gif");
list-style-image: url("chrome://messenger/skin/icons/notchecked.gif");
}
treechildren::-moz-tree-image(subscribedColumn, Subscribed-true),

View File

@ -8,7 +8,7 @@
treechildren::-moz-tree-image(selectedColumn) {
margin-right: 2px;
list-style-image: url("chrome://messenger/skin/icons/dot.gif");
list-style-image: url("chrome://messenger/skin/icons/notchecked.gif");
}
treechildren::-moz-tree-image(selectedColumn, inVFEditSearchScope-true) {