added family and font size to type text and textarea

git-svn-id: svn://10.0.0.236/trunk@45892 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rods%netscape.com 1999-09-03 14:35:17 +00:00
parent 04b1eeb64e
commit 036205931d
2 changed files with 8 additions and 0 deletions

View File

@ -840,6 +840,8 @@ button:focus:-moz-focus-inner {
}
input[type=text] {
font-family:monospace;
font-size: 10;
border: 2px inset rgb(204, 204, 204);
background-color: white;
color: black;
@ -1056,6 +1058,8 @@ optgroup:before {
textarea {
font-family:monospace;
font-size: 10;
vertical-align: bottom;
border: 2px inset #c0c0c0;
background-color:white;

View File

@ -840,6 +840,8 @@ button:focus:-moz-focus-inner {
}
input[type=text] {
font-family:monospace;
font-size: 10;
border: 2px inset rgb(204, 204, 204);
background-color: white;
color: black;
@ -1056,6 +1058,8 @@ optgroup:before {
textarea {
font-family:monospace;
font-size: 10;
vertical-align: bottom;
border: 2px inset #c0c0c0;
background-color:white;