changed fonts for select and optgroup to match r=kmcclusk b=12230

This commit is contained in:
rods%netscape.com 1999-10-11 23:48:41 +00:00
Родитель bbcbe74143
Коммит 3a21cb8387
2 изменённых файлов: 8 добавлений и 0 удалений

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

@ -971,6 +971,8 @@ select[size] {
}
select, select[size="1"] {
font-family: sans-serif;
font-size: small;
background-color: white;
border: inset 2px rgb(192, 192, 192);
padding-left: 0px;
@ -1196,6 +1198,8 @@ option.selectedfocus {
}
optgroup {
font-family: sans-serif;
font-size: small;
display:block;
font-style:italic;
font-weight:bold;

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

@ -971,6 +971,8 @@ select[size] {
}
select, select[size="1"] {
font-family: sans-serif;
font-size: small;
background-color: white;
border: inset 2px rgb(192, 192, 192);
padding-left: 0px;
@ -1196,6 +1198,8 @@ option.selectedfocus {
}
optgroup {
font-family: sans-serif;
font-size: small;
display:block;
font-style:italic;
font-weight:bold;