diff --git a/mozilla/toolkit/components/help/content/help.xul b/mozilla/toolkit/components/help/content/help.xul index bdc38c34be3..3f2ea2a5a6b 100644 --- a/mozilla/toolkit/components/help/content/help.xul +++ b/mozilla/toolkit/components/help/content/help.xul @@ -103,7 +103,9 @@ - + + + diff --git a/mozilla/toolkit/components/help/content/helpContextOverlay.xul b/mozilla/toolkit/components/help/content/helpContextOverlay.xul index 21ab5baf4b1..054aca6d658 100644 --- a/mozilla/toolkit/components/help/content/helpContextOverlay.xul +++ b/mozilla/toolkit/components/help/content/helpContextOverlay.xul @@ -44,7 +44,8 @@ # Help Window's right-click menu - + + + + + + + + diff --git a/mozilla/toolkit/themes/winstripe/help/help.css b/mozilla/toolkit/themes/winstripe/help/help.css index 3cdfc4b01ee..70434d52192 100644 --- a/mozilla/toolkit/themes/winstripe/help/help.css +++ b/mozilla/toolkit/themes/winstripe/help/help.css @@ -68,3 +68,7 @@ menubutton:not([disabled="true"]):hover:active { #help-print-button { -moz-image-region: rect(0px 96px 24px 72px); } #help-print-button:hover { -moz-image-region: rect(24px 96px 48px 72px); } + +#context-copy[disabled="true"] { + visibility: collapse; +}