Manuel Reimer's new bookmark, offline and security icons b=348720 r+sr=me

This commit is contained in:
neil%parkwaycc.co.uk 2007-03-11 17:46:16 +00:00
Родитель 9a4a610f46
Коммит 2260371eeb
5 изменённых файлов: 46 добавлений и 37 удалений

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

@ -23,6 +23,7 @@
* Ben Goodger <ben@netscape.com>
* Josh Soref <timeless@mac.com>
* Dan Cannon <dc2@myrealbox.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"),
@ -50,17 +51,17 @@ treechildren::-moz-tree-image(Name) {
.bookmark-item,
treechildren::-moz-tree-image(Name) {
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.png");
}
.bookmark-item[container="true"],
treechildren::-moz-tree-image(Name, container) {
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.png");
}
.bookmark-item[open="true"],
treechildren::-moz-tree-image(Name, open) {
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.png");
}
.bookmark-item[container="true"][open="true"][loading="true"] {
@ -69,7 +70,7 @@ treechildren::-moz-tree-image(Name, open) {
.bookmark-item[status="new"],
treechildren::-moz-tree-image(Name, new) {
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item-updated.gif");
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item-updated.png");
}
.bookmark-item > .toolbarbutton-box > .toolbarbutton-icon {

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

@ -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 {