fix for 50119, make sure that textfields have a white background

This commit is contained in:
ben%netscape.com 2000-09-12 23:34:05 +00:00
parent 26ce33c32e
commit e85cfbda1b

View File

@ -15,7 +15,7 @@
color : windowtext;
padding : 0px;
margin : 1px 5px 2px 5px;
background-color : window;
background-color : #FFFFFF;
cursor : text;
}