diff --git a/themes/classic/communicator/bookmarks/bookmarks.css b/themes/classic/communicator/bookmarks/bookmarks.css index c1680aefd5ab..8279f50f4eaa 100644 --- a/themes/classic/communicator/bookmarks/bookmarks.css +++ b/themes/classic/communicator/bookmarks/bookmarks.css @@ -23,6 +23,7 @@ * Ben Goodger * Josh Soref * Dan Cannon + * Manuel Reimer * * 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 { diff --git a/themes/classic/communicator/bookmarks/bookmarksToolbar.css b/themes/classic/communicator/bookmarks/bookmarksToolbar.css index f9c5f6956df3..945c238de10a 100644 --- a/themes/classic/communicator/bookmarks/bookmarksToolbar.css +++ b/themes/classic/communicator/bookmarks/bookmarksToolbar.css @@ -20,6 +20,7 @@ * the Initial Developer. All Rights Reserved. * * Contributor(s): + * Manuel Reimer * * 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 ..... */ diff --git a/themes/classic/communicator/communicator.css b/themes/classic/communicator/communicator.css index 14ba68b0dc20..223c22cf82cb 100644 --- a/themes/classic/communicator/communicator.css +++ b/themes/classic/communicator/communicator.css @@ -20,6 +20,7 @@ * * Contributor(s): * Joe Hewitt + * Manuel Reimer * * 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 ::::: */ diff --git a/themes/classic/jar.mn b/themes/classic/jar.mn index fcefe8b9dcd8..61d1b08ae10c 100644 --- a/themes/classic/jar.mn +++ b/themes/classic/jar.mn @@ -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) diff --git a/themes/classic/navigator/navigator.css b/themes/classic/navigator/navigator.css index edc50fa1c291..71cdf8acd65b 100644 --- a/themes/classic/navigator/navigator.css +++ b/themes/classic/navigator/navigator.css @@ -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 {