1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 @import url("chrome://communicator/skin/");
6 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
8 #HelpToolbar > toolbarbutton {
9 list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png");
12 /* Hide labels for the toolbar because we really don't need them what with the
14 #HelpToolbar .toolbarbutton-text {
18 /* With no labels, we don't need the margin on the icon that separates it
20 #HelpToolbar .toolbarbutton-icon {
24 #help-back-button > toolbarbutton,
25 #help-forward-button > toolbarbutton {
26 list-style-image: inherit;
27 -moz-image-region: inherit;
30 /* Set the minimum sidebar width so the help contents aren't squeezed together.*/
37 /* ----- BACK BUTTON ----- */
40 -moz-image-region: rect(42px 25px 63px 0px);
43 #help-back-button[disabled="true"] {
44 -moz-image-region: rect(42px 50px 63px 25px);
47 #help-back-button .toolbarbutton-menubutton-button {
48 -moz-box-align: end !important;
51 /* ----- FORWARD BUTTON ----- */
53 #help-forward-button {
54 -moz-image-region: rect(63px 25px 84px 0px);
57 #help-forward-button[disabled="true"] {
58 -moz-image-region: rect(63px 50px 84px 25px);
61 /* ----- HOME BUTTON ----- */
64 -moz-image-region: rect(84px 25px 105px 0px);
67 #help-home-button[disabled="true"] {
68 -moz-image-region: rect(84px 50px 105px 25px);
71 /* ----- PRINT BUTTON ----- */
74 -moz-image-region: rect(0px 25px 21px 0px);
77 #help-print-button[disabled="true"] {
78 -moz-image-region: rect(0px 50px 21px 25px);
81 /* ----- OTHER ----- */
83 #context-copy[disabled="true"] {
87 /* make findbar appear above content */
89 -moz-box-direction: reverse;
92 /* style findbar for being on top */
94 border-bottom: 1px solid #666699;
95 border-top: 1px solid transparent;