зеркало из https://github.com/mozilla/pjs.git
Manuel Reimer's new bookmark, offline and security icons b=348720 r+sr=me
This commit is contained in:
Родитель
810d28c87c
Коммит
2129dafada
|
@ -1,100 +0,0 @@
|
|||
/* -*- Mode: C; c-basic-offset: 2 -*- */
|
||||
/* ***** 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):
|
||||
* Ben Goodger <ben@netscape.com>
|
||||
* Josh Soref <timeless@mac.com>
|
||||
* Dan Cannon <dc2@myrealbox.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 ***** */
|
||||
|
||||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
||||
|
||||
/**
|
||||
* Style rules for generic bookmarks items.
|
||||
*/
|
||||
|
||||
treechildren::-moz-tree-image(Name) {
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
.bookmark-item,
|
||||
treechildren::-moz-tree-image(Name) {
|
||||
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
|
||||
}
|
||||
|
||||
.bookmark-item[container="true"],
|
||||
treechildren::-moz-tree-image(Name, container) {
|
||||
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
|
||||
}
|
||||
|
||||
.bookmark-item[open="true"],
|
||||
treechildren::-moz-tree-image(Name, open) {
|
||||
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
|
||||
}
|
||||
|
||||
.bookmark-item[container="true"][open="true"][loading="true"] {
|
||||
list-style-image: url("chrome://global/skin/loading.gif") !important;
|
||||
}
|
||||
|
||||
.bookmark-item[status="new"],
|
||||
treechildren::-moz-tree-image(Name, new) {
|
||||
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item-updated.gif");
|
||||
}
|
||||
|
||||
.bookmark-item > .toolbarbutton-box > .toolbarbutton-icon {
|
||||
list-style-image: inherit;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-twisty(group, hidetwisty) {
|
||||
list-style-image: none;
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-image(Name, container, group) {
|
||||
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-group.gif");
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-image(Name, separator) {
|
||||
list-style-image: none;
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-cell-text(Name, separator) {
|
||||
color: ThreeDShadow;
|
||||
margin: 0px 5px 0px 5px;
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-cell-text(Name, separator, selected, focus) {
|
||||
color: HighlightText;
|
||||
}
|
|
@ -20,6 +20,7 @@
|
|||
* the Initial Developer. All Rights Reserved.
|
||||
*
|
||||
* Contributor(s):
|
||||
* Manuel Reimer <Manuel.Reimer@gmx.de>
|
||||
*
|
||||
* 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"),
|
||||
|
@ -83,11 +84,11 @@ toolbarbutton.bookmark-item[disabled="true"]:hover:active {
|
|||
toolbarbutton.bookmark-item[disabled="true"] {
|
||||
cursor: default !important;
|
||||
text-decoration: none !important;
|
||||
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item-disabled.gif") !important;
|
||||
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item-dis.png") !important;
|
||||
}
|
||||
|
||||
toolbarbutton.bookmark-item[disabled="true"][container="true"] {
|
||||
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-disabled.gif") !important;
|
||||
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-dis.png") !important;
|
||||
}
|
||||
|
||||
.bookmark-item > .toolbarbutton-icon {
|
||||
|
@ -133,15 +134,15 @@ menuitem.bookmark-item {
|
|||
}
|
||||
|
||||
.bookmark-group {
|
||||
list-style-image: url(chrome://communicator/skin/bookmarks/bookmark-group.gif) !important;
|
||||
list-style-image: url(chrome://communicator/skin/bookmarks/bookmark-group.png) !important;
|
||||
}
|
||||
|
||||
.menuitem-iconic.bookmark-item[disabled="true"] {
|
||||
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item-disabled.gif");
|
||||
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item-dis.png");
|
||||
}
|
||||
|
||||
.menu-iconic.bookmark-item[disabled="true"][container="true"] {
|
||||
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-disabled.gif");
|
||||
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-dis.png");
|
||||
}
|
||||
|
||||
/* ..... drag and drop styles ..... */
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
*
|
||||
* Contributor(s):
|
||||
* Joe Hewitt <hewitt@netscape.com>
|
||||
* Manuel Reimer <Manuel.Reimer@gmx.de>
|
||||
*
|
||||
* 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"),
|
||||
|
@ -56,11 +57,11 @@
|
|||
/* ::::: online/offline icons ::::: */
|
||||
|
||||
#offline-status[offline="true"] {
|
||||
list-style-image: url("chrome://communicator/skin/icons/offline.gif");
|
||||
list-style-image: url("chrome://communicator/skin/icons/offline.png");
|
||||
}
|
||||
|
||||
#offline-status {
|
||||
list-style-image: url("chrome://communicator/skin/icons/online.gif");
|
||||
list-style-image: url("chrome://communicator/skin/icons/online.png");
|
||||
}
|
||||
|
||||
/* ::::: spell checker ::::: */
|
||||
|
|
|
@ -28,18 +28,16 @@ classic.jar:
|
|||
skin/classic/communicator/prefpanels.css (communicator/prefpanels.css)
|
||||
skin/classic/communicator/smileys.css (communicator/smileys.css)
|
||||
skin/classic/communicator/bookmarks/bookmark-folder-button.gif (communicator/bookmarks/bookmark-folder-button.gif)
|
||||
skin/classic/communicator/bookmarks/bookmark-folder-closed.gif (communicator/bookmarks/bookmark-folder-closed.gif)
|
||||
skin/classic/communicator/bookmarks/bookmark-folder-disabled.gif (communicator/bookmarks/bookmark-folder-disabled.gif)
|
||||
skin/classic/communicator/bookmarks/bookmark-folder-open.gif (communicator/bookmarks/bookmark-folder-open.gif)
|
||||
skin/classic/communicator/bookmarks/bookmark-group.gif (communicator/bookmarks/bookmark-group.gif)
|
||||
skin/classic/communicator/bookmarks/bookmark-item-disabled.gif (communicator/bookmarks/bookmark-item-disabled.gif)
|
||||
skin/classic/communicator/bookmarks/bookmark-item-updated.gif (communicator/bookmarks/bookmark-item-updated.gif)
|
||||
skin/classic/communicator/bookmarks/bookmark-item.gif (communicator/bookmarks/bookmark-item.gif)
|
||||
skin/classic/communicator/bookmarks/bookmark-folder-closed.png (communicator/bookmarks/bookmark-folder-closed.png)
|
||||
skin/classic/communicator/bookmarks/bookmark-folder-dis.png (communicator/bookmarks/bookmark-folder-dis.png)
|
||||
skin/classic/communicator/bookmarks/bookmark-folder-open.png (communicator/bookmarks/bookmark-folder-open.png)
|
||||
skin/classic/communicator/bookmarks/bookmark-group.png (communicator/bookmarks/bookmark-group.png)
|
||||
skin/classic/communicator/bookmarks/bookmark-item-dis.png (communicator/bookmarks/bookmark-item-dis.png)
|
||||
skin/classic/communicator/bookmarks/bookmark-item-updated.png (communicator/bookmarks/bookmark-item-updated.png)
|
||||
skin/classic/communicator/bookmarks/bookmark-item.png (communicator/bookmarks/bookmark-item.png)
|
||||
skin/classic/communicator/bookmarks/bookmarks.css (communicator/bookmarks/bookmarks.css)
|
||||
skin/classic/communicator/bookmarks/bookmarksWindow.css (communicator/bookmarks/bookmarksWindow.css)
|
||||
skin/classic/communicator/bookmarks/home-active.gif (communicator/bookmarks/home-active.gif)
|
||||
skin/classic/communicator/bookmarks/home-hover.gif (communicator/bookmarks/home-hover.gif)
|
||||
skin/classic/communicator/bookmarks/home.gif (communicator/bookmarks/home.gif)
|
||||
skin/classic/communicator/bookmarks/home.png (communicator/bookmarks/home.png)
|
||||
skin/classic/communicator/bookmarks/location-act.gif (communicator/bookmarks/location-act.gif)
|
||||
skin/classic/communicator/bookmarks/location-dis.gif (communicator/bookmarks/location-dis.gif)
|
||||
skin/classic/communicator/bookmarks/location-hov.gif (communicator/bookmarks/location-hov.gif)
|
||||
|
@ -75,12 +73,12 @@ classic.jar:
|
|||
skin/classic/communicator/brand/throbber16-single.gif (communicator/brand/throbber16-single.gif)
|
||||
skin/classic/communicator/brand/throbber16-anim.gif (communicator/brand/throbber16-anim.gif)
|
||||
skin/classic/communicator/icons/autoscroll.png (communicator/icons/autoscroll.png)
|
||||
skin/classic/communicator/icons/offline.gif (communicator/icons/offline.gif)
|
||||
skin/classic/communicator/icons/online.gif (communicator/icons/online.gif)
|
||||
skin/classic/communicator/icons/offline.png (communicator/icons/offline.png)
|
||||
skin/classic/communicator/icons/online.png (communicator/icons/online.png)
|
||||
skin/classic/communicator/icons/search.png (communicator/icons/search.png)
|
||||
skin/classic/communicator/icons/lock-secure.gif (communicator/icons/lock-secure.gif)
|
||||
skin/classic/communicator/icons/lock-broken.gif (communicator/icons/lock-broken.gif)
|
||||
skin/classic/communicator/icons/lock-insecure.gif (communicator/icons/lock-insecure.gif)
|
||||
skin/classic/communicator/icons/lock-secure.png (communicator/icons/lock-secure.png)
|
||||
skin/classic/communicator/icons/lock-broken.png (communicator/icons/lock-broken.png)
|
||||
skin/classic/communicator/icons/lock-insecure.png (communicator/icons/lock-insecure.png)
|
||||
skin/classic/communicator/icons/loading.gif (communicator/icons/loading.gif)
|
||||
skin/classic/communicator/icons/turbo-systray.gif (communicator/icons/turbo-systray.gif)
|
||||
skin/classic/communicator/icons/communicatoricons.png (communicator/icons/communicatoricons.png)
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
* 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
|
||||
0 * use your version of this file under the terms of the MPL, indicate your
|
||||
* 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
|
||||
|
@ -308,17 +308,17 @@
|
|||
}
|
||||
|
||||
#security-button {
|
||||
list-style-image: url("chrome://communicator/skin/icons/lock-insecure.gif");
|
||||
list-style-image: url("chrome://communicator/skin/icons/lock-insecure.png");
|
||||
}
|
||||
|
||||
/* |high| and |low| styles could be different, to better reflect the secure level... */
|
||||
#security-button[level="high"],
|
||||
#security-button[level="low"] {
|
||||
list-style-image: url("chrome://communicator/skin/icons/lock-secure.gif");
|
||||
list-style-image: url("chrome://communicator/skin/icons/lock-secure.png");
|
||||
}
|
||||
|
||||
#security-button[level="broken"] {
|
||||
list-style-image: url("chrome://communicator/skin/icons/lock-broken.gif");
|
||||
list-style-image: url("chrome://communicator/skin/icons/lock-broken.png");
|
||||
}
|
||||
|
||||
#privacy-button {
|
||||
|
@ -336,21 +336,29 @@
|
|||
|
||||
/* ::::: personal toolbar ::::: */
|
||||
|
||||
#bookmarks-button,
|
||||
#bookmarks-button {
|
||||
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.png");
|
||||
}
|
||||
|
||||
#bookmarks-button[open="true"] {
|
||||
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-button.gif");
|
||||
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.png");
|
||||
}
|
||||
|
||||
#home-button {
|
||||
list-style-image: url("chrome://communicator/skin/bookmarks/home.gif");
|
||||
list-style-image: url("chrome://communicator/skin/bookmarks/home.png");
|
||||
-moz-image-region: rect(0 19px 19px 0);
|
||||
}
|
||||
|
||||
|
||||
#home-button:hover {
|
||||
list-style-image: url("chrome://communicator/skin/bookmarks/home-hover.gif");
|
||||
-moz-image-region: rect(0 39px 19px 20px);
|
||||
}
|
||||
|
||||
|
||||
#home-button:hover:active {
|
||||
list-style-image: url("chrome://communicator/skin/bookmarks/home-active.gif");
|
||||
-moz-image-region: rect(0 59px 19px 40px);
|
||||
}
|
||||
|
||||
#home-button[disabled="true"] {
|
||||
-moz-image-region: rect(0 79px 19px 60px) !important;
|
||||
}
|
||||
|
||||
#PersonalToolbar > .toolbar-prefix {
|
||||
|
|
Загрузка…
Ссылка в новой задаче