diff --git a/mozilla/browser/components/preferences/colors.xul b/mozilla/browser/components/preferences/colors.xul index 55801f2fd43..bb7f474e0e1 100644 --- a/mozilla/browser/components/preferences/colors.xul +++ b/mozilla/browser/components/preferences/colors.xul @@ -39,6 +39,9 @@ # ***** END LICENSE BLOCK ***** +#ifdef XP_MACOSX + +#endif diff --git a/mozilla/browser/components/preferences/fonts.xul b/mozilla/browser/components/preferences/fonts.xul index 80c8f3b16d1..8e408143fa4 100644 --- a/mozilla/browser/components/preferences/fonts.xul +++ b/mozilla/browser/components/preferences/fonts.xul @@ -42,6 +42,9 @@ # ***** END LICENSE BLOCK ***** +#ifdef XP_MACOSX + +#endif diff --git a/mozilla/browser/components/preferences/languages.xul b/mozilla/browser/components/preferences/languages.xul index e4783c934dd..e3a039c370c 100644 --- a/mozilla/browser/components/preferences/languages.xul +++ b/mozilla/browser/components/preferences/languages.xul @@ -42,6 +42,9 @@ +#ifdef XP_MACOSX + +#endif menupopup > menuitem { + font: -moz-pull-down-menu; + } + .prefWindow-dlgbuttons { margin: 0 12px 8px 12px; } @@ -46,6 +51,12 @@ padding-top: 0 !important; } +#FontsDialog > .prefWindow-dlgbuttons, +#ColorsDialog > .prefWindow-dlgbuttons, +#LanguagesDialog > .prefWindow-dlgbuttons { + margin: 0; +} + .windowDialog { padding: 12px; font: -moz-dialog; diff --git a/mozilla/toolkit/themes/pinstripe/global/menu.css b/mozilla/toolkit/themes/pinstripe/global/menu.css index 7632e22ba8f..0c1bed52516 100644 --- a/mozilla/toolkit/themes/pinstripe/global/menu.css +++ b/mozilla/toolkit/themes/pinstripe/global/menu.css @@ -173,7 +173,7 @@ menulist > menupopup > menuitem, menulist > menupopup > menu { padding-right: 25px !important; max-width: none; - font: -moz-pull-down-menu; + font: inherit; color: -moz-FieldText; }