зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
fccea95dd7
Коммит
47eb28c8ac
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче