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

git-svn-id: svn://10.0.0.236/trunk@50376 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rods%netscape.com
1999-10-11 23:48:41 +00:00
parent c3b9e376e5
commit b845870367
2 changed files with 8 additions and 0 deletions

View File

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