list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-group.gif");
}
+/* calendar icon for folders grouping items by day */
+treechildren::-moz-tree-image(Name, query, dayContainer) {
+ list-style-image: url("chrome://communicator/skin/history/calendar.png");
+}
+
treechildren::-moz-tree-image(Name, separator) {
list-style-image: none;
}
+++ /dev/null
-/* ***** BEGIN LICENSE BLOCK *****
- * Version: NPL 1.1/GPL 2.0/LGPL 2.1
- *
- * The contents of this file are subject to the Netscape 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/NPL/
- *
- * 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):
- * Robert Kaiser <KaiRo@KaiRo.at>
- *
- * 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 NPL, 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 NPL, the GPL or the LGPL.
- *
- * ***** END LICENSE BLOCK ***** */
-
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
-/*
-
- Style rules specific to the related links panel
-
-*/
-
-#Tree, .tree-container-treerows
-{
- border: none;
-}
-
-treeitem > treerow.relatedresult > treecell
-{
- color: black;
- text-decoration: none;
-}
-treeitem > treerow.relatedresult > treecell:hover
-{
- color: #6699FF;
- text-decoration: underline;
- cursor : pointer;
-}
-treeitem > treerow.relatedresult > treecell > titledbutton:active
-{
- color: red;
- text-decoration: underline;
-}
-
-treeitem[container="true"][open="true"][loading="true"] > treerow > .treecell-indent
-{
- list-style-image: url("chrome://global/skin/icons/loading.gif") ! important ;
-}
-
-treeitem[container="true"][open="true"] > treerow > .treecell-indent
-{
- list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
-}
-
-/* Uncomment if double-click model is needed
-treeitem[container="true"][open="true"][selected="true"] > treerow > .treecell-indent
-{
- list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open-sel.gif");
-}
-*/
-
-treeitem[container="true"] > treerow > .treecell-indent
-{
- list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
-}
-
-/* Uncomment if double-click model is needed
-treeitem[container="true"][selected="true"] > treerow > .treecell-indent
-{
- list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed-sel.gif");
-}
-*/
-
-treeitem[container="true"][id="NC:SiteMapRoot"] > treerow > .treecell-indent
-{
- list-style-image: url("chrome://communicator/skin/related/sitemap.gif");
-}
-
-treeitem[container="true"][open="true"][id="NC:SiteMapRoot"] > treerow > .treecell-indent
-{
- list-style-image: url("chrome://communicator/skin/related/sitemap.gif");
-}
-
-/* Single click model, so undo regular search tree selection look. */
-treeitem[selected="true"] > treerow.relatedseparator,
-treeitem[selected="true"] > treerow.relatedresult
-{
- background-color: transparent;
-}
-
-.treecell-indent
-{
- list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
-}
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-treechildren::-moz-tree-image,
-treechildren::-moz-tree-cell-text {
- cursor: pointer;
-}
+treechildren::-moz-tree-image(leaf),
+treechildren::-moz-tree-cell(leaf) {
+ cursor: pointer;
+}
+
+treechildren::-moz-tree-cell-text(leaf, hover) {
+ cursor: pointer;
+ text-decoration: underline;
+}
+
+treechildren::-moz-tree-cell(separator) {
+ cursor: default;
+}
-moz-image-region: rect(0px 50px 21px 25px);
}
+#home-button {
+ list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png");
+ -moz-image-region: rect(84px 25px 105px 0px);
+}
+
+#home-button[disabled="true"] {
+ -moz-image-region: rect(84px 50px 105px 25px);
+}
+
#clear-button {
list-style-image: url("chrome://global/skin/icons/close-button.gif");
}
/* display: none; */
}
+toolbar[iconsize="small"] > #back-button {
+ list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
+ -moz-image-region: rect(32px 16px 48px 0);
+}
+
+toolbar[iconsize="small"] > #back-button[disabled="true"] {
+ -moz-image-region: rect(32px 32px 48px 16px) !important;
+}
+
+toolbar[iconsize="small"] > #forward-button {
+ list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
+ -moz-image-region: rect(48px 16px 64px 0);
+}
+
+toolbar[iconsize="small"] > #forward-button[disabled="true"] {
+ -moz-image-region: rect(48px 32px 64px 16px) !important;
+}
+
+toolbar[iconsize="small"] > #reload-button {
+ list-style-image: url("chrome://navigator/skin/icons/navigatoricons-small.png");
+ -moz-image-region: rect(0 16px 16px 0);
+}
+
+toolbar[iconsize="small"] > #reload-button[disabled="true"] {
+ -moz-image-region: rect(0 32px 16px 16px) !important;
+}
+
+toolbar[iconsize="small"] > #stop-button {
+ list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
+ -moz-image-region: rect(16px 16px 32px 0);
+}
+
+toolbar[iconsize="small"] > #stop-button[disabled="true"] {
+ -moz-image-region: rect(16px 32px 32px 16px) !important;
+}
+
+toolbar[iconsize="small"] > #print-button {
+ list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
+ -moz-image-region: rect(0 16px 16px 0);
+}
+
+toolbar[iconsize="small"] > #print-button[disabled="true"] {
+ -moz-image-region: rect(0 32px 16px 16px) !important;
+}
+
+toolbar[iconsize="small"] > #home-button {
+ list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
+ -moz-image-region: rect(64px 16px 80px 0);
+}
+
+toolbar[iconsize="small"] > #home-button[disabled="true"] {
+ -moz-image-region: rect(64px 32px 80px 16px) !important;
+}
+
/* ::::: fullscreen window controls ::::: */
#window-controls {
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
}
-#home-button {
- list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png");
- -moz-image-region: rect(84px 25px 105px 0px);
-}
-
-#home-button[disabled="true"] {
- -moz-image-region: rect(84px 50px 105px 25px);
-}
-
#toolbarbutton.chevron {
list-style-image: url("chrome://navigator/skin/icons/chevron.gif") !important;
}
display: -moz-box !important;
}
+#PersonalToolbar[iconsize="small"] > #home-button > .toolbarbutton-icon {
+ /* width: 16px;
+ height: 16px; */
+}
+
+#PersonalToolbar > #home-button {
+ cursor: pointer;
+}
+
+#PersonalToolbar > #home-button[disabled="true"] {
+ cursor: default !important;
+}
+
/* ::::: feeds ::::: */
#feedsMenu {
#feedsButton:hover:active {
-moz-image-region: rect(48px 32px 64px 16px);
}
-
-toolbar[iconsize="small"] > #back-button {
- list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
- -moz-image-region: rect(32px 16px 48px 0);
-}
-
-toolbar[iconsize="small"] > #back-button[disabled="true"] {
- -moz-image-region: rect(32px 32px 48px 16px) !important;
-}
-
-toolbar[iconsize="small"] > #forward-button {
- list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
- -moz-image-region: rect(48px 16px 64px 0);
-}
-
-toolbar[iconsize="small"] > #forward-button[disabled="true"] {
- -moz-image-region: rect(48px 32px 64px 16px) !important;
-}
-
-toolbar[iconsize="small"] > #reload-button {
- list-style-image: url("chrome://navigator/skin/icons/navigatoricons-small.png");
- -moz-image-region: rect(0 16px 16px 0);
-}
-
-toolbar[iconsize="small"] > #reload-button[disabled="true"] {
- -moz-image-region: rect(0 32px 16px 16px) !important;
-}
-
-toolbar[iconsize="small"] > #stop-button {
- list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
- -moz-image-region: rect(16px 16px 32px 0);
-}
-
-toolbar[iconsize="small"] > #stop-button[disabled="true"] {
- -moz-image-region: rect(16px 32px 32px 16px) !important;
-}
-
-toolbar[iconsize="small"] > #print-button {
- list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
- -moz-image-region: rect(0 16px 16px 0);
-}
-
-toolbar[iconsize="small"] > #print-button[disabled="true"] {
- -moz-image-region: rect(0 32px 16px 16px) !important;
-}
-
-toolbar[iconsize="small"] > #home-button {
- list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
- -moz-image-region: rect(64px 16px 80px 0);
-}
-
-toolbar[iconsize="small"] > #home-button[disabled="true"] {
- -moz-image-region: rect(64px 32px 80px 16px) !important;
-}
-
-/* ::::: home button on the personal toolbar ::::: */
-
-#PersonalToolbar[iconsize="small"] > #home-button > .toolbarbutton-icon {
- /* width: 16px;
- height: 16px; */
-}
-
-#PersonalToolbar > #home-button {
- cursor: pointer;
-}
-
-#PersonalToolbar > #home-button[disabled="true"] {
- cursor: default !important;
-}
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-group.gif");
}
+/* calendar icon for folders grouping items by day */
+treechildren::-moz-tree-image(Name, query, dayContainer) {
+ list-style-image: url("chrome://communicator/skin/history/calendar.png");
+}
+
treechildren::-moz-tree-image(Name, separator) {
list-style-image: none;
}
+++ /dev/null
-/* ***** BEGIN LICENSE BLOCK *****
- * Version: NPL 1.1/GPL 2.0/LGPL 2.1
- *
- * The contents of this file are subject to the Netscape 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/NPL/
- *
- * 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):
- * Robert Kaiser <KaiRo@KaiRo.at>
- *
- * 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 NPL, 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 NPL, the GPL or the LGPL.
- *
- * ***** END LICENSE BLOCK ***** */
-
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
-/*
- Style rules specific to the related links panel
-*/
-
-#Tree, .tree-container-treerows {
- border: none;
-}
-
-treeitem > treerow.relatedresult > treecell {
- color: #FF9F00;
- text-decoration: none;
-}
-
-treeitem > treerow.relatedresult > treecell:hover {
- background-color: #FFCF00;
- color: #000000;
- cursor: pointer;
-}
-
-treeitem > treerow.relatedresult > treecell > titledbutton:active {
- background-color: #008484;
- color: #FFCF00;
-}
-
-treeitem[container="true"][open="true"][loading="true"] > treerow > .treecell-indent {
- list-style-image: url("chrome://global/skin/icons/loading.gif") ! important ;
-}
-
-treeitem[container="true"][open="true"] > treerow > .treecell-indent {
- list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
-}
-
-/* Uncomment if double-click model is needed
-treeitem[container="true"][open="true"][selected="true"] > treerow > .treecell-indent {
- list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open-sel.gif");
-}
-*/
-
-treeitem[container="true"] > treerow > .treecell-indent {
- list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
-}
-
-/* Uncomment if double-click model is needed
-treeitem[container="true"][selected="true"] > treerow > .treecell-indent {
- list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed-sel.gif");
-}
-*/
-
-treeitem[container="true"][id="NC:SiteMapRoot"] > treerow > .treecell-indent {
- list-style-image: url("chrome://communicator/skin/related/sitemap.gif");
-}
-
-treeitem[container="true"][open="true"][id="NC:SiteMapRoot"] > treerow > .treecell-indent {
- list-style-image: url("chrome://communicator/skin/related/sitemap.gif");
-}
-
-/* Single click model, so undo regular search tree selection look. */
-treeitem[selected="true"] > treerow.relatedseparator,
-treeitem[selected="true"] > treerow.relatedresult {
- background-color: transparent;
-}
-
-.treecell-indent {
- list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
-}
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-treechildren::-moz-tree-image,
-treechildren::-moz-tree-cell-text {
- cursor: pointer;
-}
+treechildren::-moz-tree-image(leaf),
+treechildren::-moz-tree-cell(leaf) {
+ cursor: pointer;
+}
+
+treechildren::-moz-tree-cell-text(leaf, hover) {
+ cursor: pointer;
+ color: #000000;
+ background-color: #FFCF00;
+}
+
+treechildren::-moz-tree-cell(separator) {
+ cursor: default;
+}
-moz-image-region: rect(0px 75px 21px 50px);
}
+#home-button {
+ list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png");
+ -moz-image-region: rect(84px 25px 105px 0px);
+}
+
+#home-button[disabled="true"] {
+ -moz-image-region: rect(84px 50px 105px 25px);
+}
+
+#home-button:not([disabled="true"]):hover,
+#home-button:not([disabled="true"]):hover:active {
+ -moz-image-region: rect(84px 75px 105px 50px);
+}
+
#clear-button {
list-style-image: url("chrome://global/skin/icons/close-button.gif");
}
/* display: none; */
}
+toolbar[iconsize="small"] > #back-button {
+ list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
+ -moz-image-region: rect(32px 16px 48px 0);
+}
+
+toolbar[iconsize="small"] > #back-button[disabled="true"] {
+ -moz-image-region: rect(32px 32px 48px 16px) !important;
+}
+
+toolbar[iconsize="small"] > #back-button:not([disabled="true"]):hover,
+toolbar[iconsize="small"] > #back-button:not([disabled="true"]):hover:active {
+ -moz-image-region: rect(32px 48px 48px 32px);
+}
+
+toolbar[iconsize="small"] > #forward-button {
+ list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
+ -moz-image-region: rect(48px 16px 64px 0);
+}
+
+toolbar[iconsize="small"] > #forward-button[disabled="true"] {
+ -moz-image-region: rect(48px 32px 64px 16px) !important;
+}
+
+toolbar[iconsize="small"] > #forward-button:not([disabled="true"]):hover,
+toolbar[iconsize="small"] > #forward-button:not([disabled="true"]):hover:active {
+ -moz-image-region: rect(48px 48px 64px 32px);
+}
+
+toolbar[iconsize="small"] > #reload-button {
+ list-style-image: url("chrome://navigator/skin/icons/navigatoricons-small.png");
+ -moz-image-region: rect(0 16px 16px 0);
+}
+
+toolbar[iconsize="small"] > #reload-button[disabled="true"] {
+ -moz-image-region: rect(0 32px 16px 16px) !important;
+}
+
+toolbar[iconsize="small"] > #reload-button:not([disabled="true"]):hover,
+toolbar[iconsize="small"] > #reload-button:not([disabled="true"]):hover:active {
+ -moz-image-region: rect(0 48px 16px 32px);
+}
+
+toolbar[iconsize="small"] > #stop-button {
+ list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
+ -moz-image-region: rect(16px 16px 32px 0);
+}
+
+toolbar[iconsize="small"] > #stop-button[disabled="true"] {
+ -moz-image-region: rect(16px 32px 32px 16px) !important;
+}
+
+toolbar[iconsize="small"] > #stop-button:not([disabled="true"]):hover,
+toolbar[iconsize="small"] > #stop-button:not([disabled="true"]):hover:active {
+ -moz-image-region: rect(16px 48px 32px 32px);
+}
+
+toolbar[iconsize="small"] > #print-button {
+ list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
+ -moz-image-region: rect(0 16px 16px 0);
+}
+
+toolbar[iconsize="small"] > #print-button[disabled="true"] {
+ -moz-image-region: rect(0 32px 16px 16px) !important;
+}
+
+toolbar[iconsize="small"] > #print-button:not([disabled="true"]):hover,
+toolbar[iconsize="small"] > #print-button:not([disabled="true"]):hover:active {
+ -moz-image-region: rect(0 48px 16px 32px);
+}
+
+toolbar[iconsize="small"] > #home-button {
+ list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
+ -moz-image-region: rect(64px 16px 80px 0);
+}
+
+toolbar[iconsize="small"] > #home-button[disabled="true"] {
+ -moz-image-region: rect(64px 32px 80px 16px) !important;
+}
+
+toolbar[iconsize="small"] > #home-button:not([disabled="true"]):hover,
+toolbar[iconsize="small"] > #home-button:not([disabled="true"]):hover:active {
+ -moz-image-region: rect(64px 48px 80px 32px);
+}
+
/* ::::: fullscreen window controls ::::: */
#window-controls {
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
}
-#home-button {
- list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png");
- -moz-image-region: rect(84px 25px 105px 0px);
-}
-
-#home-button[disabled="true"] {
- -moz-image-region: rect(84px 50px 105px 25px);
-}
-
-#home-button:not([disabled="true"]):hover,
-#home-button:not([disabled="true"]):hover:active {
- -moz-image-region: rect(84px 75px 105px 50px);
-}
-
toolbarbutton.chevron {
list-style-image: url("chrome://navigator/skin/icons/chevron.gif") !important;
}
display: -moz-box !important;
}
+#PersonalToolbar[iconsize="small"] > #home-button > .toolbarbutton-icon {
+ /* width: 16px;
+ height: 16px; */
+}
+
+#PersonalToolbar > #home-button {
+ cursor: pointer;
+}
+
+#PersonalToolbar > #home-button[disabled="true"] {
+ cursor: default !important;
+}
+
/* ::::: feeds ::::: */
#feedsMenu {
#feedsButton:hover:active {
-moz-image-region: rect(48px 32px 64px 16px);
}
-
-toolbar[iconsize="small"] > #back-button {
- list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
- -moz-image-region: rect(32px 16px 48px 0);
-}
-
-toolbar[iconsize="small"] > #back-button[disabled="true"] {
- -moz-image-region: rect(32px 32px 48px 16px) !important;
-}
-
-toolbar[iconsize="small"] > #back-button:not([disabled="true"]):hover,
-toolbar[iconsize="small"] > #back-button:not([disabled="true"]):hover:active {
- -moz-image-region: rect(32px 48px 48px 32px);
-}
-
-toolbar[iconsize="small"] > #forward-button {
- list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
- -moz-image-region: rect(48px 16px 64px 0);
-}
-
-toolbar[iconsize="small"] > #forward-button[disabled="true"] {
- -moz-image-region: rect(48px 32px 64px 16px) !important;
-}
-
-toolbar[iconsize="small"] > #forward-button:not([disabled="true"]):hover,
-toolbar[iconsize="small"] > #forward-button:not([disabled="true"]):hover:active {
- -moz-image-region: rect(48px 48px 64px 32px);
-}
-
-toolbar[iconsize="small"] > #reload-button {
- list-style-image: url("chrome://navigator/skin/icons/navigatoricons-small.png");
- -moz-image-region: rect(0 16px 16px 0);
-}
-
-toolbar[iconsize="small"] > #reload-button[disabled="true"] {
- -moz-image-region: rect(0 32px 16px 16px) !important;
-}
-
-toolbar[iconsize="small"] > #reload-button:not([disabled="true"]):hover,
-toolbar[iconsize="small"] > #reload-button:not([disabled="true"]):hover:active {
- -moz-image-region: rect(0 48px 16px 32px);
-}
-
-toolbar[iconsize="small"] > #stop-button {
- list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
- -moz-image-region: rect(16px 16px 32px 0);
-}
-
-toolbar[iconsize="small"] > #stop-button[disabled="true"] {
- -moz-image-region: rect(16px 32px 32px 16px) !important;
-}
-
-toolbar[iconsize="small"] > #stop-button:not([disabled="true"]):hover,
-toolbar[iconsize="small"] > #stop-button:not([disabled="true"]):hover:active {
- -moz-image-region: rect(16px 48px 32px 32px);
-}
-
-toolbar[iconsize="small"] > #print-button {
- list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
- -moz-image-region: rect(0 16px 16px 0);
-}
-
-toolbar[iconsize="small"] > #print-button[disabled="true"] {
- -moz-image-region: rect(0 32px 16px 16px) !important;
-}
-
-toolbar[iconsize="small"] > #print-button:not([disabled="true"]):hover,
-toolbar[iconsize="small"] > #print-button:not([disabled="true"]):hover:active {
- -moz-image-region: rect(0 48px 16px 32px);
-}
-
-toolbar[iconsize="small"] > #home-button {
- list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
- -moz-image-region: rect(64px 16px 80px 0);
-}
-
-toolbar[iconsize="small"] > #home-button[disabled="true"] {
- -moz-image-region: rect(64px 32px 80px 16px) !important;
-}
-
-toolbar[iconsize="small"] > #home-button:not([disabled="true"]):hover,
-toolbar[iconsize="small"] > #home-button:not([disabled="true"]):hover:active {
- -moz-image-region: rect(64px 48px 80px 32px);
-}
-
-/* ::::: home button on the personal toolbar ::::: */
-
-#PersonalToolbar[iconsize="small"] > #home-button > .toolbarbutton-icon {
- /* width: 16px;
- height: 16px; */
-}
-
-#PersonalToolbar > #home-button {
- cursor: pointer;
-}
-
-#PersonalToolbar > #home-button[disabled="true"] {
- cursor: default !important;
-}