From 47eb28c8ac570be3e46d54f7bcf518662c95d94b Mon Sep 17 00:00:00 2001 From: "hyatt%netscape.com" Date: Tue, 12 Mar 2002 09:31:54 +0000 Subject: [PATCH] Fix the font of XBL select widgets to be sans serif (using the list system font). r=bryner, sr=ben, a=brendan, bug 129788 --- layout/forms/resources/content/xbl-forms.css | 1 + layout/forms/resources/skin/select.css | 1 - layout/html/forms/resources/content/xbl-forms.css | 1 + layout/html/forms/resources/skin/select.css | 1 - themes/classic/forms/select.css | 1 - 5 files changed, 2 insertions(+), 3 deletions(-) diff --git a/layout/forms/resources/content/xbl-forms.css b/layout/forms/resources/content/xbl-forms.css index aca84d8ecb6..ec29977fb09 100644 --- a/layout/forms/resources/content/xbl-forms.css +++ b/layout/forms/resources/content/xbl-forms.css @@ -50,6 +50,7 @@ select, select[size="1"] { display: -moz-inline-box; -moz-box-orient: horizontal; -moz-user-focus: normal; + font: list; } select[size] > option { diff --git a/layout/forms/resources/skin/select.css b/layout/forms/resources/skin/select.css index c8842c184b5..2e7b2063236 100644 --- a/layout/forms/resources/skin/select.css +++ b/layout/forms/resources/skin/select.css @@ -47,7 +47,6 @@ select[size] { margin: 0; min-height: none; color: inherit; - font: inherit; -moz-appearance: treeview; } diff --git a/layout/html/forms/resources/content/xbl-forms.css b/layout/html/forms/resources/content/xbl-forms.css index aca84d8ecb6..ec29977fb09 100644 --- a/layout/html/forms/resources/content/xbl-forms.css +++ b/layout/html/forms/resources/content/xbl-forms.css @@ -50,6 +50,7 @@ select, select[size="1"] { display: -moz-inline-box; -moz-box-orient: horizontal; -moz-user-focus: normal; + font: list; } select[size] > option { diff --git a/layout/html/forms/resources/skin/select.css b/layout/html/forms/resources/skin/select.css index c8842c184b5..2e7b2063236 100644 --- a/layout/html/forms/resources/skin/select.css +++ b/layout/html/forms/resources/skin/select.css @@ -47,7 +47,6 @@ select[size] { margin: 0; min-height: none; color: inherit; - font: inherit; -moz-appearance: treeview; } diff --git a/themes/classic/forms/select.css b/themes/classic/forms/select.css index c8842c184b5..2e7b2063236 100644 --- a/themes/classic/forms/select.css +++ b/themes/classic/forms/select.css @@ -47,7 +47,6 @@ select[size] { margin: 0; min-height: none; color: inherit; - font: inherit; -moz-appearance: treeview; }