Fix the font of XBL select widgets to be sans serif (using the list system font). r=bryner, sr=ben, a=brendan, bug 129788

This commit is contained in:
hyatt%netscape.com 2002-03-12 09:31:54 +00:00
Родитель fccea95dd7
Коммит 47eb28c8ac
5 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -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 {

Просмотреть файл

@ -47,7 +47,6 @@ select[size] {
margin: 0;
min-height: none;
color: inherit;
font: inherit;
-moz-appearance: treeview;
}

Просмотреть файл

@ -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 {

Просмотреть файл

@ -47,7 +47,6 @@ select[size] {
margin: 0;
min-height: none;
color: inherit;
font: inherit;
-moz-appearance: treeview;
}

Просмотреть файл

@ -47,7 +47,6 @@ select[size] {
margin: 0;
min-height: none;
color: inherit;
font: inherit;
-moz-appearance: treeview;
}