From f315a7c60160bc4396ccc8d3e67d02b3acb0ff0e Mon Sep 17 00:00:00 2001 From: "hewitt%netscape.com" Date: Wed, 1 May 2002 03:03:58 +0000 Subject: [PATCH] 123834 - no text in wizard buttons on mac, r=andreww, sr=ben git-svn-id: svn://10.0.0.236/trunk@120410 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/themes/classic/global/mac/wizard.css | 5 +++++ .../xpfe/global/resources/locale/en-US/mac/wizard.properties | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/mozilla/themes/classic/global/mac/wizard.css b/mozilla/themes/classic/global/mac/wizard.css index 8619eadcaf6..6b958a1a7a1 100644 --- a/mozilla/themes/classic/global/mac/wizard.css +++ b/mozilla/themes/classic/global/mac/wizard.css @@ -82,6 +82,11 @@ -moz-border-left-colors: #333333 #AAAAAA; } +.wizard-button[dlgtype="next"] > .button-box > .button-text, +.wizard-button[dlgtype="back"] > .button-box > .button-text { + display: none; +} + .wizard-button[dlgtype="back"] { list-style-image: url("chrome://global/skin/wizard/wizard-btn-lft.gif"); } diff --git a/mozilla/xpfe/global/resources/locale/en-US/mac/wizard.properties b/mozilla/xpfe/global/resources/locale/en-US/mac/wizard.properties index 802c2c25c72..9a4cb35116c 100644 --- a/mozilla/xpfe/global/resources/locale/en-US/mac/wizard.properties +++ b/mozilla/xpfe/global/resources/locale/en-US/mac/wizard.properties @@ -1,5 +1,5 @@ -button-back= -button-next= +button-back=< Back +button-next=Next > button-finish=Finish button-cancel=Cancel default-first-title=Introduction